Html Css Color HEX #4D2ACC Purple Heart

📋 copy color: '#4D2ACC'

red 77 ◦ green 42 ◦ blue 204

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

Shades of Purple Heart #4D2ACC

Tints of Purple Heart #4D2ACC

RGB

 RED value IS 77 (30.47% from 255) = 23.84%

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

 BLUE value IS 204 (80.08% from 255) = 63.16%

R = 23.84%
G = 13%
B = 63.16%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D2ACC (or 0x4D2ACC) is known color: Purple Heart. HEX triplet: 4D, 2A and CC. RGB value is (77,42,204). Sum of RGB (Red+Green+Blue) = 77+42+204=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D2ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2ACC is #B2D533. Grayscale: #464646. Windows color (decimal): -11719988 or 13380173. OLE color: 13380173.

HSL color Cylindrical-coordinate representation of color #4D2ACC: hue angle of 252.96º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D2ACC is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 42 204 -
CMYK 0.62 0.79 0 0.2
HSL 252.96º 0.66% 0.48% -
HSV(B) 252.96º 0.79% 0.8% -
XYZ 14.79 7.59 57.81 -
YUV 70.93 203.1 132.33 -
System Red Green Blue C M Y K H S L
Decimal 77 42 204 0.62 0.79 0 0.2 252.96 0.66 0.48
Hex 4D 2A CC 3E 4F 0 14 FD 42 30
Octal 115 52 314 76 117 0 24 375 102 60
Binary 1001101 101010 11001100 111110 1001111 0 10100 11111101 1000010 110000

Color Harmonies of #4D2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2ACC

Black with #4D2ACC

Text Example


Text Example

White with #4D2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,42,204); }

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

background-color css

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

 a { background-color: rgb(77,42,204); }

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

border-color css

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

 span { border-color: rgb(77,42,204); }

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