Html Css Color HEX #6036E4 Purple Heart

📋 copy color: '#6036E4'

red 96 ◦ green 54 ◦ blue 228

#6036E4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6036E4

Tints of Purple Heart #6036E4

RGB

 RED value IS 96 (37.89% from 255) = 25.4%

 GREEN value IS 54 (21.48% from 255) = 14.29%

 BLUE value IS 228 (89.45% from 255) = 60.32%

R = 25.4%
G = 14.29%
B = 60.32%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6036E4 (or 0x6036E4) is known color: Purple Heart. HEX triplet: 60, 36 and E4. RGB value is (96,54,228). Sum of RGB (Red+Green+Blue) = 96+54+228=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 228 (89.45% from 255 or 60.32% from 378); Max value from RGB is 228 - color contains mainly: blue. Hex color #6036E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6036E4 is #9FC91B. Grayscale: #555555. Windows color (decimal): -10471708 or 14956128. OLE color: 14956128.

HSL color Cylindrical-coordinate representation of color #6036E4: hue angle of 254.48º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6036E4 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 96 54 228 -
CMYK 0.58 0.76 0 0.11
HSL 254.48º 0.76% 0.55% -
HSV(B) 254.48º 0.76% 0.89% -
XYZ 20.15 10.73 74.41 -
YUV 86.39 207.91 134.85 -
System Red Green Blue C M Y K H S L
Decimal 96 54 228 0.58 0.76 0 0.11 254.48 0.76 0.55
Hex 60 36 E4 3A 4C 0 B FE 4C 37
Octal 140 66 344 72 114 0 13 376 114 67
Binary 1100000 110110 11100100 111010 1001100 0 1011 11111110 1001100 110111

Color Harmonies of #6036E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6036E4

Black with #6036E4

Text Example


Text Example

White with #6036E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6036E4;
 }
 .AnyTagClassName
 {
   color: #6036E4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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