Html Css Color HEX #4C0EBC Purple Heart

📋 copy color: '#4C0EBC'

red 76 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #4C0EBC

Tints of Purple Heart #4C0EBC

RGB

 RED value IS 76 (30.08% from 255) = 27.34%

 GREEN value IS 14 (5.86% from 255) = 5.04%

 BLUE value IS 188 (73.83% from 255) = 67.63%

R = 27.34%
G = 5.04%
B = 67.63%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C0EBC (or 0x4C0EBC) is known color: Purple Heart. HEX triplet: 4C, 0E and BC. RGB value is (76,14,188). Sum of RGB (Red+Green+Blue) = 76+14+188=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C0EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0EBC is #B3F143. Grayscale: #333333. Windows color (decimal): -11792708 or 12324428. OLE color: 12324428.

HSL color Cylindrical-coordinate representation of color #4C0EBC: hue angle of 261.38º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C0EBC is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 14 188 -
CMYK 0.60 0.93 0 0.26
HSL 261.38º 0.86% 0.4% -
HSV(B) 261.38º 0.93% 0.74% -
XYZ 12.21 5.48 47.99 -
YUV 52.37 204.54 144.85 -
System Red Green Blue C M Y K H S L
Decimal 76 14 188 0.60 0.93 0 0.26 261.38 0.86 0.4
Hex 4C E BC 3C 5D 0 1A 105 56 28
Octal 114 16 274 74 135 0 32 405 126 50
Binary 1001100 1110 10111100 111100 1011101 0 11010 100000101 1010110 101000

Color Harmonies of #4C0EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0EBC

Black with #4C0EBC

Text Example


Text Example

White with #4C0EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,14,188); }

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

background-color css

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

 a { background-color: rgb(76,14,188); }

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

border-color css

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

 span { border-color: rgb(76,14,188); }

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