Html Css Color HEX #4E08CC Purple Heart

📋 copy color: '#4E08CC'

red 78 ◦ green 8 ◦ blue 204

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

Shades of Purple Heart #4E08CC

Tints of Purple Heart #4E08CC

RGB

 RED value IS 78 (30.86% from 255) = 26.9%

 GREEN value IS 8 (3.52% from 255) = 2.76%

 BLUE value IS 204 (80.08% from 255) = 70.34%

R = 26.9%
G = 2.76%
B = 70.34%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4E08CC (or 0x4E08CC) is known color: Purple Heart. HEX triplet: 4E, 08 and CC. RGB value is (78,8,204). Sum of RGB (Red+Green+Blue) = 78+8+204=290 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.90% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #4E08CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E08CC is #B1F733. Grayscale: #323232. Windows color (decimal): -11663156 or 13371470. OLE color: 13371470.

HSL color Cylindrical-coordinate representation of color #4E08CC: hue angle of 261.43º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E08CC is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 78 8 204 -
CMYK 0.62 0.96 0 0.2
HSL 261.43º 0.92% 0.42% -
HSV(B) 261.43º 0.96% 0.8% -
XYZ 14.13 6.15 57.57 -
YUV 51.27 214.19 147.06 -
System Red Green Blue C M Y K H S L
Decimal 78 8 204 0.62 0.96 0 0.2 261.43 0.92 0.42
Hex 4E 8 CC 3E 60 0 14 105 5C 2A
Octal 116 10 314 76 140 0 24 405 134 52
Binary 1001110 1000 11001100 111110 1100000 0 10100 100000101 1011100 101010

Color Harmonies of #4E08CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E08CC

Black with #4E08CC

Text Example


Text Example

White with #4E08CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E08CC; }

 p { color: rgb(78,8,204); }

 H1.HeaderClassName
 {
   color: #4E08CC;
 }
 .AnyTagClassName
 {
   color: #4E08CC;
 }
</style>

background-color css

<style>
 a { background-color: #4E08CC; }

 a { background-color: rgb(78,8,204); }

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

border-color css

<style>
 span { border-color: #4E08CC; }

 span { border-color: rgb(78,8,204); }

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