Html Css Color HEX #4C2BCE Purple Heart

📋 copy color: '#4C2BCE'

red 76 ◦ green 43 ◦ blue 206

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

Shades of Purple Heart #4C2BCE

Tints of Purple Heart #4C2BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.38%

R = 23.38%
G = 13.23%
B = 63.38%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C2BCE (or 0x4C2BCE) is known color: Purple Heart. HEX triplet: 4C, 2B and CE. RGB value is (76,43,206). Sum of RGB (Red+Green+Blue) = 76+43+206=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C2BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2BCE is #B3D431. Grayscale: #464646. Windows color (decimal): -11785266 or 13511500. OLE color: 13511500.

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

Color convert

RGB 76 43 206 -
CMYK 0.63 0.79 0 0.19
HSL 252.15º 0.65% 0.49% -
HSV(B) 252.15º 0.79% 0.81% -
XYZ 14.98 7.72 59.09 -
YUV 71.45 203.93 131.25 -
System Red Green Blue C M Y K H S L
Decimal 76 43 206 0.63 0.79 0 0.19 252.15 0.65 0.49
Hex 4C 2B CE 3F 4F 0 13 FC 41 31
Octal 114 53 316 77 117 0 23 374 101 61
Binary 1001100 101011 11001110 111111 1001111 0 10011 11111100 1000001 110001

Color Harmonies of #4C2BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2BCE

Black with #4C2BCE

Text Example


Text Example

White with #4C2BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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