Html Css Color HEX #4F2ABA Purple Heart

📋 copy color: '#4F2ABA'

red 79 ◦ green 42 ◦ blue 186

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

Shades of Purple Heart #4F2ABA

Tints of Purple Heart #4F2ABA

RGB

 RED value IS 79 (31.25% from 255) = 25.73%

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

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

R = 25.73%
G = 13.68%
B = 60.59%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F2ABA (or 0x4F2ABA) is known color: Purple Heart. HEX triplet: 4F, 2A and BA. RGB value is (79,42,186). Sum of RGB (Red+Green+Blue) = 79+42+186=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F2ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2ABA is #B0D545. Grayscale: #444444. Windows color (decimal): -11588934 or 12200527. OLE color: 12200527.

HSL color Cylindrical-coordinate representation of color #4F2ABA: hue angle of 255.42º 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 #4F2ABA is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 79 42 186 -
CMYK 0.58 0.77 0 0.27
HSL 255.42º 0.63% 0.45% -
HSV(B) 255.42º 0.77% 0.73% -
XYZ 12.92 6.86 47.1 -
YUV 69.48 193.76 134.79 -
System Red Green Blue C M Y K H S L
Decimal 79 42 186 0.58 0.77 0 0.27 255.42 0.63 0.45
Hex 4F 2A BA 3A 4D 0 1B FF 3F 2D
Octal 117 52 272 72 115 0 33 377 77 55
Binary 1001111 101010 10111010 111010 1001101 0 11011 11111111 111111 101101

Color Harmonies of #4F2ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2ABA

Black with #4F2ABA

Text Example


Text Example

White with #4F2ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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