#4D00C8

Color #4D00C8 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4D00C8

Tints of Purple Heart #4D00C8

Color information

#4D00C8 (or 0x4D00C8) is unknown color: approx Purple Heart. HEX triplet: 4D, 00 and C8. RGB value is (77,0,200). Sum of RGB (Red+Green+Blue) = 77+0+200=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 200 (78.52% from 255 or 72.20% from 277); Max value from RGB is 200 - color contains mainly: blue. Hex color #4D00C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D00C8 is #B2FF37. Grayscale: #2D2D2D. Windows color (decimal): -11730744 or 13107277. OLE color: 13107277.

HSL color Cylindrical-coordinate representation of color #4D00C8: hue angle of 263.1º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D00C8 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB770200-
CMYK0.62100.22
HSL263.1º100%39.22%-
HSV(B)263.1º100%78.43%-
XYZ13.495.7555.04-
YUV45.82215.01150.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 200 (78.52% from 255) = 72.20%
R=27.80%
G=0%
B=72.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal7702000.62100.22263.110039.22
Hex4D0C83E640161076427
Octal11503107614402640714447
Binary100110101100100011111011001000101101000001111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D00C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,0,200); }

 H1.HeaderClassName
 {
   color: #4D00C8;
 }
 .AnyTagClassName
 {
   color: #4D00C8;
 }
</style>
background-color css

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

 a { background-color: rgb(77,0,200); }

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

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

 span { border-color: rgb(77,0,200); }

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