#6038C9

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

Shades of Purple Heart #6038C9

Tints of Purple Heart #6038C9

Color information

#6038C9 (or 0x6038C9) is unknown color: approx Purple Heart. HEX triplet: 60, 38 and C9. RGB value is (96,56,201). Sum of RGB (Red+Green+Blue) = 96+56+201=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 201 (78.91% from 255 or 56.94% from 353); Max value from RGB is 201 - color contains mainly: blue. Hex color #6038C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6038C9 is #9FC736. Grayscale: #535353. Windows color (decimal): -10471223 or 13187168. OLE color: 13187168.

HSL color Cylindrical-coordinate representation of color #6038C9: hue angle of 256.55º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6038C9 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9656201-
CMYK0.520.7200.21
HSL256.55º57.31%50.39%-
HSV(B)256.55º72.14%78.82%-
XYZ16.789.5356.21-
YUV84.49193.75136.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.20%
GREEN value IS 56 (22.27% from 255) = 15.86%
BLUE value IS 201 (78.91% from 255) = 56.94%
R=27.20%
G=15.86%
B=56.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96562010.520.7200.21256.5557.3150.39
Hex6038C934480151013932
Octal14070311641100254017162
Binary1100000111000110010011101001001000010101100000001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6038C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6038C9; }

 p { color: rgb(96,56,201); }

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

<style>
 a { background-color: #6038C9; }

 a { background-color: rgb(96,56,201); }

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

<style>
 span { border-color: #6038C9; }

 span { border-color: rgb(96,56,201); }

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