Html Css Color HEX #4D10CD Purple Heart

📋 copy color: '#4D10CD'

red 77 ◦ green 16 ◦ blue 205

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

Shades of Purple Heart #4D10CD

Tints of Purple Heart #4D10CD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.37%

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

R = 25.84%
G = 5.37%
B = 68.79%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D10CD (or 0x4D10CD) is known color: Purple Heart. HEX triplet: 4D, 10 and CD. RGB value is (77,16,205). Sum of RGB (Red+Green+Blue) = 77+16+205=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D10CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D10CD is #B2EF32. Grayscale: #373737. Windows color (decimal): -11726643 or 13439053. OLE color: 13439053.

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

Color convert

RGB 77 16 205 -
CMYK 0.62 0.92 0 0.20
HSL 259.37º 0.86% 0.43% -
HSV(B) 259.37º 0.92% 0.8% -
XYZ 14.27 6.36 58.23 -
YUV 55.79 212.21 143.13 -
System Red Green Blue C M Y K H S L
Decimal 77 16 205 0.62 0.92 0 0.20 259.37 0.86 0.43
Hex 4D 10 CD 3E 5C 0 14 103 56 2B
Octal 115 20 315 76 134 0 24 403 126 53
Binary 1001101 10000 11001101 111110 1011100 0 10100 100000011 1010110 101011

Color Harmonies of #4D10CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D10CD

Black with #4D10CD

Text Example


Text Example

White with #4D10CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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