#6036CA

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

Shades of Purple Heart #6036CA

Tints of Purple Heart #6036CA

Color information

#6036CA (or 0x6036CA) is unknown color: approx Purple Heart. HEX triplet: 60, 36 and CA. RGB value is (96,54,202). Sum of RGB (Red+Green+Blue) = 96+54+202=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #6036CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6036CA is #9FC935. Grayscale: #525252. Windows color (decimal): -10471734 or 13252192. OLE color: 13252192.

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

Color convert

RGB9654202-
CMYK0.520.7300.21
HSL257.03º58.27%50.2%-
HSV(B)257.03º73.27%79.22%-
XYZ16.89.3956.8-
YUV83.43194.91136.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 54 (21.48% from 255) = 15.34%
BLUE value IS 202 (79.30% from 255) = 57.39%
R=27.27%
G=15.34%
B=57.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96542020.520.7300.21257.0358.2750.2
Hex6036CA34490151013a32
Octal14066312641110254017262
Binary1100000110110110010101101001001001010101100000001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6036CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6036CA; }

 p { color: rgb(96,54,202); }

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

<style>
 a { background-color: #6036CA; }

 a { background-color: rgb(96,54,202); }

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

<style>
 span { border-color: #6036CA; }

 span { border-color: rgb(96,54,202); }

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