#4d0cad

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

Shades of Purple Heart #4D0CAD

Tints of Purple Heart #4D0CAD

Color information

#4D0CAD (or 0x4D0CAD) is unknown color: approx Purple Heart. HEX triplet: 4D, 0C and AD. RGB value is (77,12,173). Sum of RGB (Red+Green+Blue) = 77+12+173=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D0CAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0CAD is #B2F352. Grayscale: #313131. Windows color (decimal): -11727699 or 11340877. OLE color: 11340877.

HSL color Cylindrical-coordinate representation of color #4D0CAD: hue angle of 264.22º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D0CAD is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7712173-
CMYK0.550.9300.32
HSL264.22º87.03%36.27%-
HSV(B)264.22º93.06%67.84%-
XYZ10.734.8639.91-
YUV49.79197.53147.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.39%
GREEN value IS 12 (5.08% from 255) = 4.58%
BLUE value IS 173 (67.97% from 255) = 66.03%
R=29.39%
G=4.58%
B=66.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77121730.550.9300.32264.2287.0336.27
Hex4DCAD375D0201085724
Octal115142556713504041012744
Binary1001101110010101101110111101110101000001000010001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d0cad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,12,173); }

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

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

 a { background-color: rgb(77,12,173); }

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

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

 span { border-color: rgb(77,12,173); }

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