Html Css Color HEX #4C2FCE Purple Heart

📋 copy color: '#4C2FCE'

red 76 ◦ green 47 ◦ blue 206

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

Shades of Purple Heart #4C2FCE

Tints of Purple Heart #4C2FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.29%

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

R = 23.1%
G = 14.29%
B = 62.61%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C2FCE (or 0x4C2FCE) is known color: Purple Heart. HEX triplet: 4C, 2F and CE. RGB value is (76,47,206). Sum of RGB (Red+Green+Blue) = 76+47+206=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C2FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2FCE is #B3D031. Grayscale: #494949. Windows color (decimal): -11784242 or 13512524. OLE color: 13512524.

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

Color convert

RGB 76 47 206 -
CMYK 0.63 0.77 0 0.19
HSL 250.94º 0.63% 0.5% -
HSV(B) 250.94º 0.77% 0.81% -
XYZ 15.14 8.03 59.14 -
YUV 73.8 202.61 129.57 -
System Red Green Blue C M Y K H S L
Decimal 76 47 206 0.63 0.77 0 0.19 250.94 0.63 0.5
Hex 4C 2F CE 3F 4D 0 13 FB 3F 32
Octal 114 57 316 77 115 0 23 373 77 62
Binary 1001100 101111 11001110 111111 1001101 0 10011 11111011 111111 110010

Color Harmonies of #4C2FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2FCE

Black with #4C2FCE

Text Example


Text Example

White with #4C2FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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