Html Css Color HEX #4D0ABE Purple Heart

📋 copy color: '#4D0ABE'

red 77 ◦ green 10 ◦ blue 190

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

Shades of Purple Heart #4D0ABE

Tints of Purple Heart #4D0ABE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.61%

 BLUE value IS 190 (74.61% from 255) = 68.59%

R = 27.8%
G = 3.61%
B = 68.59%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D0ABE (or 0x4D0ABE) is known color: Purple Heart. HEX triplet: 4D, 0A and BE. RGB value is (77,10,190). Sum of RGB (Red+Green+Blue) = 77+10+190=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D0ABE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0ABE is #B2F541. Grayscale: #313131. Windows color (decimal): -11728194 or 12454477. OLE color: 12454477.

HSL color Cylindrical-coordinate representation of color #4D0ABE: hue angle of 262.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0ABE is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 10 190 -
CMYK 0.59 0.95 0 0.25
HSL 262.33º 0.9% 0.39% -
HSV(B) 262.33º 0.95% 0.75% -
XYZ 12.46 5.51 49.12 -
YUV 50.55 206.7 146.86 -
System Red Green Blue C M Y K H S L
Decimal 77 10 190 0.59 0.95 0 0.25 262.33 0.9 0.39
Hex 4D A BE 3B 5F 0 19 106 5A 27
Octal 115 12 276 73 137 0 31 406 132 47
Binary 1001101 1010 10111110 111011 1011111 0 11001 100000110 1011010 100111

Color Harmonies of #4D0ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0ABE

Black with #4D0ABE

Text Example


Text Example

White with #4D0ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,10,190); }

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

background-color css

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

 a { background-color: rgb(77,10,190); }

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

border-color css

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

 span { border-color: rgb(77,10,190); }

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