Html Css Color HEX #4D2CCA Purple Heart

📋 copy color: '#4D2CCA'

red 77 ◦ green 44 ◦ blue 202

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

Shades of Purple Heart #4D2CCA

Tints of Purple Heart #4D2CCA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.62%

 BLUE value IS 202 (79.3% from 255) = 62.54%

R = 23.84%
G = 13.62%
B = 62.54%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D2CCA (or 0x4D2CCA) is known color: Purple Heart. HEX triplet: 4D, 2C and CA. RGB value is (77,44,202). Sum of RGB (Red+Green+Blue) = 77+44+202=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D2CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2CCA is #B2D335. Grayscale: #474747. Windows color (decimal): -11719478 or 13249613. OLE color: 13249613.

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

Color convert

RGB 77 44 202 -
CMYK 0.62 0.78 0 0.21
HSL 252.53º 0.64% 0.48% -
HSV(B) 252.53º 0.78% 0.79% -
XYZ 14.62 7.64 56.58 -
YUV 71.88 201.43 131.65 -
System Red Green Blue C M Y K H S L
Decimal 77 44 202 0.62 0.78 0 0.21 252.53 0.64 0.48
Hex 4D 2C CA 3E 4E 0 15 FD 40 30
Octal 115 54 312 76 116 0 25 375 100 60
Binary 1001101 101100 11001010 111110 1001110 0 10101 11111101 1000000 110000

Color Harmonies of #4D2CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2CCA

Black with #4D2CCA

Text Example


Text Example

White with #4D2CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,44,202); }

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

background-color css

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

 a { background-color: rgb(77,44,202); }

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

border-color css

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

 span { border-color: rgb(77,44,202); }

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