Html Css Color HEX #4D0FAD Purple Heart

📋 copy color: '#4D0FAD'

red 77 ◦ green 15 ◦ blue 173

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

Shades of Purple Heart #4D0FAD

Tints of Purple Heart #4D0FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 65.28%

R = 29.06%
G = 5.66%
B = 65.28%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D0FAD (or 0x4D0FAD) is known color: Purple Heart. HEX triplet: 4D, 0F and AD. RGB value is (77,15,173). Sum of RGB (Red+Green+Blue) = 77+15+173=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D0FAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0FAD is #B2F052. Grayscale: #323232. Windows color (decimal): -11726931 or 11341645. OLE color: 11341645.

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

Color convert

RGB 77 15 173 -
CMYK 0.55 0.91 0 0.32
HSL 263.54º 0.84% 0.37% -
HSV(B) 263.54º 0.91% 0.68% -
XYZ 10.77 4.94 39.92 -
YUV 51.55 196.54 146.15 -
System Red Green Blue C M Y K H S L
Decimal 77 15 173 0.55 0.91 0 0.32 263.54 0.84 0.37
Hex 4D F AD 37 5B 0 20 108 54 25
Octal 115 17 255 67 133 0 40 410 124 45
Binary 1001101 1111 10101101 110111 1011011 0 100000 100001000 1010100 100101

Color Harmonies of #4D0FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0FAD

Black with #4D0FAD

Text Example


Text Example

White with #4D0FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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