Html Css Color HEX #4A20FB Han Purple

📋 copy color: '#4A20FB'

red 74 ◦ green 32 ◦ blue 251

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

Shades of Han Purple #4A20FB

Tints of Han Purple #4A20FB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.96%

 BLUE value IS 251 (98.44% from 255) = 70.31%

R = 20.73%
G = 8.96%
B = 70.31%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4A20FB (or 0x4A20FB) is known color: Han Purple. HEX triplet: 4A, 20 and FB. RGB value is (74,32,251). Sum of RGB (Red+Green+Blue) = 74+32+251=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #4A20FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A20FB is #B5DF04. Grayscale: #444444. Windows color (decimal): -11919109 or 16457802. OLE color: 16457802.

HSL color Cylindrical-coordinate representation of color #4A20FB: hue angle of 251.51º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A20FB is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 32 251 -
CMYK 0.71 0.87 0 0.02
HSL 251.51º 0.96% 0.55% -
HSV(B) 251.51º 0.87% 0.98% -
XYZ 20.75 9.45 92 -
YUV 69.52 230.41 131.19 -
System Red Green Blue C M Y K H S L
Decimal 74 32 251 0.71 0.87 0 0.02 251.51 0.96 0.55
Hex 4A 20 FB 47 57 0 2 FC 60 37
Octal 112 40 373 107 127 0 2 374 140 67
Binary 1001010 100000 11111011 1000111 1010111 0 10 11111100 1100000 110111

Color Harmonies of #4A20FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A20FB

Black with #4A20FB

Text Example


Text Example

White with #4A20FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,32,251); }

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

background-color css

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

 a { background-color: rgb(74,32,251); }

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

border-color css

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

 span { border-color: rgb(74,32,251); }

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