Html Css Color HEX #4F24BA Purple Heart

📋 copy color: '#4F24BA'

red 79 ◦ green 36 ◦ blue 186

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

Shades of Purple Heart #4F24BA

Tints of Purple Heart #4F24BA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

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

R = 26.25%
G = 11.96%
B = 61.79%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F24BA (or 0x4F24BA) is known color: Purple Heart. HEX triplet: 4F, 24 and BA. RGB value is (79,36,186). Sum of RGB (Red+Green+Blue) = 79+36+186=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F24BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F24BA is #B0DB45. Grayscale: #414141. Windows color (decimal): -11590470 or 12198991. OLE color: 12198991.

HSL color Cylindrical-coordinate representation of color #4F24BA: hue angle of 257.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F24BA is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 79 36 186 -
CMYK 0.58 0.81 0 0.27
HSL 257.2º 0.68% 0.44% -
HSV(B) 257.2º 0.81% 0.73% -
XYZ 12.72 6.47 47.03 -
YUV 65.96 195.75 137.3 -
System Red Green Blue C M Y K H S L
Decimal 79 36 186 0.58 0.81 0 0.27 257.2 0.68 0.44
Hex 4F 24 BA 3A 51 0 1B 101 44 2C
Octal 117 44 272 72 121 0 33 401 104 54
Binary 1001111 100100 10111010 111010 1010001 0 11011 100000001 1000100 101100

Color Harmonies of #4F24BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F24BA

Black with #4F24BA

Text Example


Text Example

White with #4F24BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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