Html Css Color HEX #4C2ECF Purple Heart

📋 copy color: '#4C2ECF'

red 76 ◦ green 46 ◦ blue 207

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

Shades of Purple Heart #4C2ECF

Tints of Purple Heart #4C2ECF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.98%

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

R = 23.1%
G = 13.98%
B = 62.92%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C2ECF (or 0x4C2ECF) is known color: Purple Heart. HEX triplet: 4C, 2E and CF. RGB value is (76,46,207). Sum of RGB (Red+Green+Blue) = 76+46+207=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C2ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2ECF is #B3D130. Grayscale: #484848. Windows color (decimal): -11784497 or 13577804. OLE color: 13577804.

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

Color convert

RGB 76 46 207 -
CMYK 0.63 0.78 0 0.19
HSL 251.18º 0.64% 0.5% -
HSV(B) 251.18º 0.78% 0.81% -
XYZ 15.22 8 59.77 -
YUV 73.32 203.44 129.91 -
System Red Green Blue C M Y K H S L
Decimal 76 46 207 0.63 0.78 0 0.19 251.18 0.64 0.5
Hex 4C 2E CF 3F 4E 0 13 FB 40 32
Octal 114 56 317 77 116 0 23 373 100 62
Binary 1001100 101110 11001111 111111 1001110 0 10011 11111011 1000000 110010

Color Harmonies of #4C2ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2ECF

Black with #4C2ECF

Text Example


Text Example

White with #4C2ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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