#6042BE

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

Shades of Purple Heart #6042BE

Tints of Purple Heart #6042BE

Color information

#6042BE (or 0x6042BE) is unknown color: approx Purple Heart. HEX triplet: 60, 42 and BE. RGB value is (96,66,190). Sum of RGB (Red+Green+Blue) = 96+66+190=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #6042BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6042BE is #9FBD41. Grayscale: #585858. Windows color (decimal): -10468674 or 12468832. OLE color: 12468832.

HSL color Cylindrical-coordinate representation of color #6042BE: hue angle of 254.52º 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 #6042BE is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9666190-
CMYK0.490.6500.25
HSL254.52º48.82%50.2%-
HSV(B)254.52º65.26%74.51%-
XYZ16.0710.149.82-
YUV89.11184.94132.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 190 (74.61% from 255) = 53.98%
R=27.27%
G=18.75%
B=53.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96661900.490.6500.25254.5248.8250.2
Hex6042BE3141019ff3132
Octal140102276611010313776162
Binary1100000100001010111110110001100000101100111111111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6042BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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