#6036C4

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

Shades of Purple Heart #6036C4

Tints of Purple Heart #6036C4

Color information

#6036C4 (or 0x6036C4) is unknown color: approx Purple Heart. HEX triplet: 60, 36 and C4. RGB value is (96,54,196). Sum of RGB (Red+Green+Blue) = 96+54+196=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 196 (76.95% from 255 or 56.65% from 346); Max value from RGB is 196 - color contains mainly: blue. Hex color #6036C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6036C4 is #9FC93B. Grayscale: #525252. Windows color (decimal): -10471740 or 12858976. OLE color: 12858976.

HSL color Cylindrical-coordinate representation of color #6036C4: hue angle of 257.75º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6036C4 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9654196-
CMYK0.510.7200.23
HSL257.75º56.8%49.02%-
HSV(B)257.75º72.45%76.86%-
XYZ16.119.1153.13-
YUV82.75191.91137.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.75%
GREEN value IS 54 (21.48% from 255) = 15.61%
BLUE value IS 196 (76.95% from 255) = 56.65%
R=27.75%
G=15.61%
B=56.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal96541960.510.7200.23257.7556.849.02
Hex6036C433480171023931
Octal14066304631100274027161
Binary1100000110110110001001100111001000010111100000010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6036C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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