Html Css Color HEX #4C2BCC Purple Heart

📋 copy color: '#4C2BCC'

red 76 ◦ green 43 ◦ blue 204

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

Shades of Purple Heart #4C2BCC

Tints of Purple Heart #4C2BCC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.31%

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

R = 23.53%
G = 13.31%
B = 63.16%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4C2BCC (or 0x4C2BCC) is known color: Purple Heart. HEX triplet: 4C, 2B and CC. RGB value is (76,43,204). Sum of RGB (Red+Green+Blue) = 76+43+204=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #4C2BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2BCC is #B3D433. Grayscale: #464646. Windows color (decimal): -11785268 or 13380428. OLE color: 13380428.

HSL color Cylindrical-coordinate representation of color #4C2BCC: hue angle of 252.3º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C2BCC is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 76 43 204 -
CMYK 0.63 0.79 0 0.2
HSL 252.3º 0.65% 0.48% -
HSV(B) 252.3º 0.79% 0.8% -
XYZ 14.74 7.62 57.82 -
YUV 71.22 202.93 131.41 -
System Red Green Blue C M Y K H S L
Decimal 76 43 204 0.63 0.79 0 0.2 252.3 0.65 0.48
Hex 4C 2B CC 3F 4F 0 14 FC 41 30
Octal 114 53 314 77 117 0 24 374 101 60
Binary 1001100 101011 11001100 111111 1001111 0 10100 11111100 1000001 110000

Color Harmonies of #4C2BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2BCC

Black with #4C2BCC

Text Example


Text Example

White with #4C2BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,43,204); }

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

background-color css

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

 a { background-color: rgb(76,43,204); }

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

border-color css

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

 span { border-color: rgb(76,43,204); }

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