Html Css Color HEX #4D0FD1 Purple Heart

📋 copy color: '#4D0FD1'

red 77 ◦ green 15 ◦ blue 209

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

Shades of Purple Heart #4D0FD1

Tints of Purple Heart #4D0FD1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.98%

 BLUE value IS 209 (82.03% from 255) = 69.44%

R = 25.58%
G = 4.98%
B = 69.44%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4D0FD1 (or 0x4D0FD1) is known color: Purple Heart. HEX triplet: 4D, 0F and D1. RGB value is (77,15,209). Sum of RGB (Red+Green+Blue) = 77+15+209=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 209 (82.03% from 255 or 69.44% from 301); Max value from RGB is 209 - color contains mainly: blue. Hex color #4D0FD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0FD1 is #B2F02E. Grayscale: #363636. Windows color (decimal): -11726895 or 13700941. OLE color: 13700941.

HSL color Cylindrical-coordinate representation of color #4D0FD1: hue angle of 259.18º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D0FD1 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 77 15 209 -
CMYK 0.63 0.93 0 0.18
HSL 259.18º 0.87% 0.44% -
HSV(B) 259.18º 0.93% 0.82% -
XYZ 14.74 6.52 60.8 -
YUV 55.65 214.54 143.23 -
System Red Green Blue C M Y K H S L
Decimal 77 15 209 0.63 0.93 0 0.18 259.18 0.87 0.44
Hex 4D F D1 3F 5D 0 12 103 57 2C
Octal 115 17 321 77 135 0 22 403 127 54
Binary 1001101 1111 11010001 111111 1011101 0 10010 100000011 1010111 101100

Color Harmonies of #4D0FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0FD1

Black with #4D0FD1

Text Example


Text Example

White with #4D0FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,15,209); }

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

background-color css

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

 a { background-color: rgb(77,15,209); }

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

border-color css

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

 span { border-color: rgb(77,15,209); }

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