Html Css Color HEX #4C2ACF Purple Heart

📋 copy color: '#4C2ACF'

red 76 ◦ green 42 ◦ blue 207

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

Shades of Purple Heart #4C2ACF

Tints of Purple Heart #4C2ACF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.92%

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

R = 23.38%
G = 12.92%
B = 63.69%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C2ACF (or 0x4C2ACF) is known color: Purple Heart. HEX triplet: 4C, 2A and CF. RGB value is (76,42,207). Sum of RGB (Red+Green+Blue) = 76+42+207=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C2ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2ACF is #B3D530. Grayscale: #464646. Windows color (decimal): -11785521 or 13576780. OLE color: 13576780.

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

Color convert

RGB 76 42 207 -
CMYK 0.63 0.80 0 0.19
HSL 252.36º 0.66% 0.49% -
HSV(B) 252.36º 0.8% 0.81% -
XYZ 15.07 7.7 59.72 -
YUV 70.98 204.76 131.58 -
System Red Green Blue C M Y K H S L
Decimal 76 42 207 0.63 0.80 0 0.19 252.36 0.66 0.49
Hex 4C 2A CF 3F 50 0 13 FC 42 31
Octal 114 52 317 77 120 0 23 374 102 61
Binary 1001100 101010 11001111 111111 1010000 0 10011 11111100 1000010 110001

Color Harmonies of #4C2ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2ACF

Black with #4C2ACF

Text Example


Text Example

White with #4C2ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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