Html Css Color HEX #4B20FE Han Purple

📋 copy color: '#4B20FE'

red 75 ◦ green 32 ◦ blue 254

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

Shades of Han Purple #4B20FE

Tints of Han Purple #4B20FE

RGB

 RED value IS 75 (29.69% from 255) = 20.78%

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

 BLUE value IS 254 (99.61% from 255) = 70.36%

R = 20.78%
G = 8.86%
B = 70.36%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4B20FE (or 0x4B20FE) is known color: Han Purple. HEX triplet: 4B, 20 and FE. RGB value is (75,32,254). Sum of RGB (Red+Green+Blue) = 75+32+254=361 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.78% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B20FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B20FE is #B4DF01. Grayscale: #454545. Windows color (decimal): -11853570 or 16654411. OLE color: 16654411.

HSL color Cylindrical-coordinate representation of color #4B20FE: hue angle of 251.62º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B20FE is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 75 32 254 -
CMYK 0.70 0.87 0 0.00
HSL 251.62º 0.99% 0.56% -
HSV(B) 251.62º 0.87% 1% -
XYZ 21.31 9.68 94.51 -
YUV 70.17 231.75 131.45 -
System Red Green Blue C M Y K H S L
Decimal 75 32 254 0.70 0.87 0 0.00 251.62 0.99 0.56
Hex 4B 20 FE 46 57 0 0 FC 63 38
Octal 113 40 376 106 127 0 0 374 143 70
Binary 1001011 100000 11111110 1000110 1010111 0 0 11111100 1100011 111000

Color Harmonies of #4B20FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B20FE

Black with #4B20FE

Text Example


Text Example

White with #4B20FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,32,254); }

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

background-color css

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

 a { background-color: rgb(75,32,254); }

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

border-color css

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

 span { border-color: rgb(75,32,254); }

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