#6042BF

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

Shades of Purple Heart #6042BF

Tints of Purple Heart #6042BF

Color information

#6042BF (or 0x6042BF) is unknown color: approx Purple Heart. HEX triplet: 60, 42 and BF. RGB value is (96,66,191). Sum of RGB (Red+Green+Blue) = 96+66+191=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #6042BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6042BF is #9FBD40. Grayscale: #585858. Windows color (decimal): -10468673 or 12534368. OLE color: 12534368.

HSL color Cylindrical-coordinate representation of color #6042BF: hue angle of 254.4º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6042BF is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9666191-
CMYK0.500.6500.25
HSL254.4º49.41%50.39%-
HSV(B)254.4º65.45%74.9%-
XYZ16.1810.1450.4-
YUV89.22185.44132.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.20%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 191 (75% from 255) = 54.11%
R=27.20%
G=18.70%
B=54.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96661910.500.6500.25254.449.4150.39
Hex6042BF3241019fe3132
Octal140102277621010313766162
Binary1100000100001010111111110010100000101100111111110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6042BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6042BF; }

 p { color: rgb(96,66,191); }

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

<style>
 a { background-color: #6042BF; }

 a { background-color: rgb(96,66,191); }

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

<style>
 span { border-color: #6042BF; }

 span { border-color: rgb(96,66,191); }

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