Html Css Color HEX #4D0FAA Purple Heart

📋 copy color: '#4D0FAA'

red 77 ◦ green 15 ◦ blue 170

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

Shades of Purple Heart #4D0FAA

Tints of Purple Heart #4D0FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 64.89%

R = 29.39%
G = 5.73%
B = 64.89%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D0FAA (or 0x4D0FAA) is known color: Purple Heart. HEX triplet: 4D, 0F and AA. RGB value is (77,15,170). Sum of RGB (Red+Green+Blue) = 77+15+170=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D0FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0FAA is #B2F055. Grayscale: #323232. Windows color (decimal): -11726934 or 11145037. OLE color: 11145037.

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

Color convert

RGB 77 15 170 -
CMYK 0.55 0.91 0 0.33
HSL 264º 0.84% 0.36% -
HSV(B) 264º 0.91% 0.67% -
XYZ 10.49 4.82 38.41 -
YUV 51.21 195.04 146.4 -
System Red Green Blue C M Y K H S L
Decimal 77 15 170 0.55 0.91 0 0.33 264 0.84 0.36
Hex 4D F AA 37 5B 0 21 108 54 24
Octal 115 17 252 67 133 0 41 410 124 44
Binary 1001101 1111 10101010 110111 1011011 0 100001 100001000 1010100 100100

Color Harmonies of #4D0FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0FAA

Black with #4D0FAA

Text Example


Text Example

White with #4D0FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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