Html Css Color HEX #4E3BCC Purple Heart

📋 copy color: '#4E3BCC'

red 78 ◦ green 59 ◦ blue 204

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

Shades of Purple Heart #4E3BCC

Tints of Purple Heart #4E3BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.3%

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

R = 22.87%
G = 17.3%
B = 59.82%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4E3BCC (or 0x4E3BCC) is known color: Purple Heart. HEX triplet: 4E, 3B and CC. RGB value is (78,59,204). Sum of RGB (Red+Green+Blue) = 78+59+204=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #4E3BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3BCC is #B1C433. Grayscale: #505050. Windows color (decimal): -11650100 or 13384526. OLE color: 13384526.

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

Color convert

RGB 78 59 204 -
CMYK 0.62 0.71 0 0.2
HSL 247.86º 0.59% 0.52% -
HSV(B) 247.86º 0.71% 0.8% -
XYZ 15.6 9.11 58.06 -
YUV 81.21 197.29 125.71 -
System Red Green Blue C M Y K H S L
Decimal 78 59 204 0.62 0.71 0 0.2 247.86 0.59 0.52
Hex 4E 3B CC 3E 47 0 14 F8 3B 34
Octal 116 73 314 76 107 0 24 370 73 64
Binary 1001110 111011 11001100 111110 1000111 0 10100 11111000 111011 110100

Color Harmonies of #4E3BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3BCC

Black with #4E3BCC

Text Example


Text Example

White with #4E3BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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