#7B3ACA

Color #7B3ACA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7B3ACA

Tints of Purple Heart #7B3ACA

Color information

#7B3ACA (or 0x7B3ACA) is unknown color: approx Purple Heart. HEX triplet: 7B, 3A and CA. RGB value is (123,58,202). Sum of RGB (Red+Green+Blue) = 123+58+202=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B3ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3ACA is #84C535. Grayscale: #5D5D5D. Windows color (decimal): -8701238 or 13253243. OLE color: 13253243.

HSL color Cylindrical-coordinate representation of color #7B3ACA: hue angle of 267.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B3ACA is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12358202-
CMYK0.390.7100.21
HSL267.08º57.6%50.98%-
HSV(B)267.08º71.29%79.22%-
XYZ20.3411.557.02-
YUV93.85189.03148.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 32.11%
GREEN value IS 58 (23.05% from 255) = 15.14%
BLUE value IS 202 (79.30% from 255) = 52.74%
R=32.11%
G=15.14%
B=52.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal123582020.390.7100.21267.0857.650.98
Hex7B3ACA274701510b3a33
Octal17372312471070254137263
Binary1111011111010110010101001111000111010101100001011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B3ACA; }

 p { color: rgb(123,58,202); }

 H1.HeaderClassName
 {
   color: #7B3ACA;
 }
 .AnyTagClassName
 {
   color: #7B3ACA;
 }
</style>
background-color css

<style>
 a { background-color: #7B3ACA; }

 a { background-color: rgb(123,58,202); }

 div.DivClassName
 {
   background-color: #7B3ACA;
 }
 .BgClassName
 {
   background-color: #7B3ACA;
 }
</style>
border-color css

<style>
 span { border-color: #7B3ACA; }

 span { border-color: rgb(123,58,202); }

 td.TdClassName
 {
   border-color: #7B3ACA;
 }
 .TagClassName
 {
   border-color: #7B3ACA;
 }
</style>