Html Css Color HEX #4D2ABA Purple Heart

📋 copy color: '#4D2ABA'

red 77 ◦ green 42 ◦ blue 186

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

Shades of Purple Heart #4D2ABA

Tints of Purple Heart #4D2ABA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.77%

 BLUE value IS 186 (73.05% from 255) = 60.98%

R = 25.25%
G = 13.77%
B = 60.98%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D2ABA (or 0x4D2ABA) is known color: Purple Heart. HEX triplet: 4D, 2A and BA. RGB value is (77,42,186). Sum of RGB (Red+Green+Blue) = 77+42+186=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D2ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2ABA is #B2D545. Grayscale: #444444. Windows color (decimal): -11720006 or 12200525. OLE color: 12200525.

HSL color Cylindrical-coordinate representation of color #4D2ABA: hue angle of 254.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D2ABA is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 42 186 -
CMYK 0.59 0.77 0 0.27
HSL 254.58º 0.63% 0.45% -
HSV(B) 254.58º 0.77% 0.73% -
XYZ 12.75 6.78 47.09 -
YUV 68.88 194.1 133.79 -
System Red Green Blue C M Y K H S L
Decimal 77 42 186 0.59 0.77 0 0.27 254.58 0.63 0.45
Hex 4D 2A BA 3B 4D 0 1B FF 3F 2D
Octal 115 52 272 73 115 0 33 377 77 55
Binary 1001101 101010 10111010 111011 1001101 0 11011 11111111 111111 101101

Color Harmonies of #4D2ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2ABA

Black with #4D2ABA

Text Example


Text Example

White with #4D2ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,42,186); }

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

background-color css

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

 a { background-color: rgb(77,42,186); }

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

border-color css

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

 span { border-color: rgb(77,42,186); }

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