Html Css Color HEX #4C2FCF Purple Heart

📋 copy color: '#4C2FCF'

red 76 ◦ green 47 ◦ blue 207

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

Shades of Purple Heart #4C2FCF

Tints of Purple Heart #4C2FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.73%

R = 23.03%
G = 14.24%
B = 62.73%

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

#4C2FCF (or 0x4C2FCF) is known color: Purple Heart. HEX triplet: 4C, 2F and CF. RGB value is (76,47,207). Sum of RGB (Red+Green+Blue) = 76+47+207=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C2FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2FCF is #B3D030. Grayscale: #494949. Windows color (decimal): -11784241 or 13578060. OLE color: 13578060.

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

Color convert

RGB 76 47 207 -
CMYK 0.63 0.77 0 0.19
HSL 250.88º 0.63% 0.5% -
HSV(B) 250.88º 0.77% 0.81% -
XYZ 15.26 8.07 59.79 -
YUV 73.91 203.11 129.49 -
System Red Green Blue C M Y K H S L
Decimal 76 47 207 0.63 0.77 0 0.19 250.88 0.63 0.5
Hex 4C 2F CF 3F 4D 0 13 FB 3F 32
Octal 114 57 317 77 115 0 23 373 77 62
Binary 1001100 101111 11001111 111111 1001101 0 10011 11111011 111111 110010

Color Harmonies of #4C2FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2FCF

Black with #4C2FCF

Text Example


Text Example

White with #4C2FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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