Html Css Color HEX #4D16CD Purple Heart

📋 copy color: '#4D16CD'

red 77 ◦ green 22 ◦ blue 205

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

Shades of Purple Heart #4D16CD

Tints of Purple Heart #4D16CD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.24%

 BLUE value IS 205 (80.47% from 255) = 67.43%

R = 25.33%
G = 7.24%
B = 67.43%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D16CD (or 0x4D16CD) is known color: Purple Heart. HEX triplet: 4D, 16 and CD. RGB value is (77,22,205). Sum of RGB (Red+Green+Blue) = 77+22+205=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D16CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D16CD is #B2E932. Grayscale: #3A3A3A. Windows color (decimal): -11725107 or 13440589. OLE color: 13440589.

HSL color Cylindrical-coordinate representation of color #4D16CD: hue angle of 258.03º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D16CD is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 22 205 -
CMYK 0.62 0.89 0 0.20
HSL 258.03º 0.81% 0.45% -
HSV(B) 258.03º 0.89% 0.8% -
XYZ 14.37 6.56 58.27 -
YUV 59.31 210.22 140.62 -
System Red Green Blue C M Y K H S L
Decimal 77 22 205 0.62 0.89 0 0.20 258.03 0.81 0.45
Hex 4D 16 CD 3E 59 0 14 102 51 2D
Octal 115 26 315 76 131 0 24 402 121 55
Binary 1001101 10110 11001101 111110 1011001 0 10100 100000010 1010001 101101

Color Harmonies of #4D16CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D16CD

Black with #4D16CD

Text Example


Text Example

White with #4D16CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,22,205); }

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

background-color css

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

 a { background-color: rgb(77,22,205); }

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

border-color css

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

 span { border-color: rgb(77,22,205); }

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