#4D0DCF

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

Shades of Purple Heart #4D0DCF

Tints of Purple Heart #4D0DCF

Color information

#4D0DCF (or 0x4D0DCF) is unknown color: approx Purple Heart. HEX triplet: 4D, 0D and CF. RGB value is (77,13,207). Sum of RGB (Red+Green+Blue) = 77+13+207=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D0DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0DCF is #B2F230. Grayscale: #353535. Windows color (decimal): -11727409 or 13569357. OLE color: 13569357.

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

Color convert

RGB7713207-
CMYK0.630.9400.19
HSL259.79º88.18%43.14%-
HSV(B)259.79º93.72%81.18%-
XYZ14.476.3759.5-
YUV54.25214.2144.23-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.93%
GREEN value IS 13 (5.47% from 255) = 4.38%
BLUE value IS 207 (81.25% from 255) = 69.70%
R=25.93%
G=4.38%
B=69.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal77132070.630.9400.19259.7988.1843.14
Hex4DDCF3F5E013104582b
Octal115153177713602340413053
Binary100110111011100111111111110111100100111000001001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,13,207); }

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

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

 a { background-color: rgb(77,13,207); }

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

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

 span { border-color: rgb(77,13,207); }

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