Html Css Color HEX #4D1CC2 Purple Heart

📋 copy color: '#4D1CC2'

red 77 ◦ green 28 ◦ blue 194

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

Shades of Purple Heart #4D1CC2

Tints of Purple Heart #4D1CC2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.36%

 BLUE value IS 194 (76.17% from 255) = 64.88%

R = 25.75%
G = 9.36%
B = 64.88%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4D1CC2 (or 0x4D1CC2) is known color: Purple Heart. HEX triplet: 4D, 1C and C2. RGB value is (77,28,194). Sum of RGB (Red+Green+Blue) = 77+28+194=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 194 (76.17% from 255 or 64.88% from 299); Max value from RGB is 194 - color contains mainly: blue. Hex color #4D1CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1CC2 is #B2E33D. Grayscale: #3C3C3C. Windows color (decimal): -11723582 or 12721229. OLE color: 12721229.

HSL color Cylindrical-coordinate representation of color #4D1CC2: hue angle of 257.71º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D1CC2 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 77 28 194 -
CMYK 0.60 0.86 0 0.24
HSL 257.71º 0.75% 0.44% -
HSV(B) 257.71º 0.86% 0.76% -
XYZ 13.21 6.3 51.56 -
YUV 61.58 202.73 139 -
System Red Green Blue C M Y K H S L
Decimal 77 28 194 0.60 0.86 0 0.24 257.71 0.75 0.44
Hex 4D 1C C2 3C 56 0 18 102 4B 2C
Octal 115 34 302 74 126 0 30 402 113 54
Binary 1001101 11100 11000010 111100 1010110 0 11000 100000010 1001011 101100

Color Harmonies of #4D1CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1CC2

Black with #4D1CC2

Text Example


Text Example

White with #4D1CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,28,194); }

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

background-color css

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

 a { background-color: rgb(77,28,194); }

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

border-color css

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

 span { border-color: rgb(77,28,194); }

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