Html Css Color HEX #4F24DD Han Purple

📋 copy color: '#4F24DD'

red 79 ◦ green 36 ◦ blue 221

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

Shades of Han Purple #4F24DD

Tints of Han Purple #4F24DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.77%

R = 23.51%
G = 10.71%
B = 65.77%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F24DD (or 0x4F24DD) is known color: Han Purple. HEX triplet: 4F, 24 and DD. RGB value is (79,36,221). Sum of RGB (Red+Green+Blue) = 79+36+221=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F24DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F24DD is #B0DB22. Grayscale: #454545. Windows color (decimal): -11590435 or 14492751. OLE color: 14492751.

HSL color Cylindrical-coordinate representation of color #4F24DD: hue angle of 253.95º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F24DD is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 36 221 -
CMYK 0.64 0.84 0 0.13
HSL 253.95º 0.73% 0.5% -
HSV(B) 253.95º 0.84% 0.87% -
XYZ 16.91 8.14 69.09 -
YUV 69.95 213.25 134.46 -
System Red Green Blue C M Y K H S L
Decimal 79 36 221 0.64 0.84 0 0.13 253.95 0.73 0.5
Hex 4F 24 DD 40 54 0 D FE 49 32
Octal 117 44 335 100 124 0 15 376 111 62
Binary 1001111 100100 11011101 1000000 1010100 0 1101 11111110 1001001 110010

Color Harmonies of #4F24DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F24DD

Black with #4F24DD

Text Example


Text Example

White with #4F24DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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