Html Css Color HEX #4C2EBC Purple Heart

📋 copy color: '#4C2EBC'

red 76 ◦ green 46 ◦ blue 188

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

Shades of Purple Heart #4C2EBC

Tints of Purple Heart #4C2EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.84%

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

R = 24.52%
G = 14.84%
B = 60.65%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C2EBC (or 0x4C2EBC) is known color: Purple Heart. HEX triplet: 4C, 2E and BC. RGB value is (76,46,188). Sum of RGB (Red+Green+Blue) = 76+46+188=310 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.52% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C2EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2EBC is #B3D143. Grayscale: #464646. Windows color (decimal): -11784516 or 12332620. OLE color: 12332620.

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

Color convert

RGB 76 46 188 -
CMYK 0.60 0.76 0 0.26
HSL 252.68º 0.61% 0.46% -
HSV(B) 252.68º 0.76% 0.74% -
XYZ 13.03 7.12 48.26 -
YUV 71.16 193.94 131.45 -
System Red Green Blue C M Y K H S L
Decimal 76 46 188 0.60 0.76 0 0.26 252.68 0.61 0.46
Hex 4C 2E BC 3C 4C 0 1A FD 3D 2E
Octal 114 56 274 74 114 0 32 375 75 56
Binary 1001100 101110 10111100 111100 1001100 0 11010 11111101 111101 101110

Color Harmonies of #4C2EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2EBC

Black with #4C2EBC

Text Example


Text Example

White with #4C2EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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