#7B39CC

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

Shades of Purple Heart #7B39CC

Tints of Purple Heart #7B39CC

Color information

#7B39CC (or 0x7B39CC) is unknown color: approx Purple Heart. HEX triplet: 7B, 39 and CC. RGB value is (123,57,204). Sum of RGB (Red+Green+Blue) = 123+57+204=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B39CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B39CC is #84C633. Grayscale: #5C5C5C. Windows color (decimal): -8701492 or 13384059. OLE color: 13384059.

HSL color Cylindrical-coordinate representation of color #7B39CC: hue angle of 266.94º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B39CC is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12357204-
CMYK0.400.7200.2
HSL266.94º59.04%51.18%-
HSV(B)266.94º72.06%80%-
XYZ20.5311.558.26-
YUV93.49190.37149.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.03%
GREEN value IS 57 (22.66% from 255) = 14.84%
BLUE value IS 204 (80.08% from 255) = 53.12%
R=32.03%
G=14.84%
B=53.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal123572040.400.7200.2266.9459.0451.18
Hex7B39CC284801410b3b33
Octal17371314501100244137363
Binary1111011111001110011001010001001000010100100001011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B39CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,57,204); }

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

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

 a { background-color: rgb(123,57,204); }

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

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

 span { border-color: rgb(123,57,204); }

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