Html Css Color HEX #4C0EBA Purple Heart

📋 copy color: '#4C0EBA'

red 76 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #4C0EBA

Tints of Purple Heart #4C0EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 67.39%

R = 27.54%
G = 5.07%
B = 67.39%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4C0EBA (or 0x4C0EBA) is known color: Purple Heart. HEX triplet: 4C, 0E and BA. RGB value is (76,14,186). Sum of RGB (Red+Green+Blue) = 76+14+186=276 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.54% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C0EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0EBA is #B3F145. Grayscale: #333333. Windows color (decimal): -11792710 or 12193356. OLE color: 12193356.

HSL color Cylindrical-coordinate representation of color #4C0EBA: hue angle of 261.63º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C0EBA is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 14 186 -
CMYK 0.59 0.92 0 0.27
HSL 261.63º 0.86% 0.39% -
HSV(B) 261.63º 0.92% 0.73% -
XYZ 12 5.4 46.86 -
YUV 52.15 203.54 145.01 -
System Red Green Blue C M Y K H S L
Decimal 76 14 186 0.59 0.92 0 0.27 261.63 0.86 0.39
Hex 4C E BA 3B 5C 0 1B 106 56 27
Octal 114 16 272 73 134 0 33 406 126 47
Binary 1001100 1110 10111010 111011 1011100 0 11011 100000110 1010110 100111

Color Harmonies of #4C0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0EBA

Black with #4C0EBA

Text Example


Text Example

White with #4C0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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