Html Css Color HEX #4A24FD Han Purple

📋 copy color: '#4A24FD'

red 74 ◦ green 36 ◦ blue 253

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

Shades of Han Purple #4A24FD

Tints of Han Purple #4A24FD

RGB

 RED value IS 74 (29.3% from 255) = 20.39%

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

 BLUE value IS 253 (99.22% from 255) = 69.7%

R = 20.39%
G = 9.92%
B = 69.7%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4A24FD (or 0x4A24FD) is known color: Han Purple. HEX triplet: 4A, 24 and FD. RGB value is (74,36,253). Sum of RGB (Red+Green+Blue) = 74+36+253=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A24FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A24FD is #B5DB02. Grayscale: #474747. Windows color (decimal): -11918083 or 16589898. OLE color: 16589898.

HSL color Cylindrical-coordinate representation of color #4A24FD: hue angle of 250.51º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A24FD is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 36 253 -
CMYK 0.71 0.86 0 0.01
HSL 250.51º 0.98% 0.57% -
HSV(B) 250.51º 0.86% 0.99% -
XYZ 21.18 9.81 93.71 -
YUV 72.1 230.09 129.36 -
System Red Green Blue C M Y K H S L
Decimal 74 36 253 0.71 0.86 0 0.01 250.51 0.98 0.57
Hex 4A 24 FD 47 56 0 1 FB 62 39
Octal 112 44 375 107 126 0 1 373 142 71
Binary 1001010 100100 11111101 1000111 1010110 0 1 11111011 1100010 111001

Color Harmonies of #4A24FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A24FD

Black with #4A24FD

Text Example


Text Example

White with #4A24FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,36,253); }

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

background-color css

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

 a { background-color: rgb(74,36,253); }

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

border-color css

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

 span { border-color: rgb(74,36,253); }

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