Html Css Color HEX #4C2BCB Purple Heart

📋 copy color: '#4C2BCB'

red 76 ◦ green 43 ◦ blue 203

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

Shades of Purple Heart #4C2BCB

Tints of Purple Heart #4C2BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.04%

R = 23.6%
G = 13.35%
B = 63.04%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C2BCB (or 0x4C2BCB) is known color: Purple Heart. HEX triplet: 4C, 2B and CB. RGB value is (76,43,203). Sum of RGB (Red+Green+Blue) = 76+43+203=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C2BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2BCB is #B3D434. Grayscale: #464646. Windows color (decimal): -11785269 or 13314892. OLE color: 13314892.

HSL color Cylindrical-coordinate representation of color #4C2BCB: hue angle of 252.38º 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 #4C2BCB is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 43 203 -
CMYK 0.63 0.79 0 0.20
HSL 252.38º 0.65% 0.48% -
HSV(B) 252.38º 0.79% 0.8% -
XYZ 14.62 7.58 57.19 -
YUV 71.11 202.43 131.49 -
System Red Green Blue C M Y K H S L
Decimal 76 43 203 0.63 0.79 0 0.20 252.38 0.65 0.48
Hex 4C 2B CB 3F 4F 0 14 FC 41 30
Octal 114 53 313 77 117 0 24 374 101 60
Binary 1001100 101011 11001011 111111 1001111 0 10100 11111100 1000001 110000

Color Harmonies of #4C2BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2BCB

Black with #4C2BCB

Text Example


Text Example

White with #4C2BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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