Html Css Color HEX #4D10CE Purple Heart

📋 copy color: '#4D10CE'

red 77 ◦ green 16 ◦ blue 206

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

Shades of Purple Heart #4D10CE

Tints of Purple Heart #4D10CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.9%

R = 25.75%
G = 5.35%
B = 68.9%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D10CE (or 0x4D10CE) is known color: Purple Heart. HEX triplet: 4D, 10 and CE. RGB value is (77,16,206). Sum of RGB (Red+Green+Blue) = 77+16+206=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D10CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D10CE is #B2EF31. Grayscale: #373737. Windows color (decimal): -11726642 or 13504589. OLE color: 13504589.

HSL color Cylindrical-coordinate representation of color #4D10CE: hue angle of 259.26º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D10CE is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 16 206 -
CMYK 0.63 0.92 0 0.19
HSL 259.26º 0.86% 0.44% -
HSV(B) 259.26º 0.92% 0.81% -
XYZ 14.39 6.4 58.87 -
YUV 55.9 212.71 143.05 -
System Red Green Blue C M Y K H S L
Decimal 77 16 206 0.63 0.92 0 0.19 259.26 0.86 0.44
Hex 4D 10 CE 3F 5C 0 13 103 56 2C
Octal 115 20 316 77 134 0 23 403 126 54
Binary 1001101 10000 11001110 111111 1011100 0 10011 100000011 1010110 101100

Color Harmonies of #4D10CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D10CE

Black with #4D10CE

Text Example


Text Example

White with #4D10CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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