Html Css Color HEX #4B32FB Han Purple

📋 copy color: '#4B32FB'

red 75 ◦ green 50 ◦ blue 251

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

Shades of Han Purple #4B32FB

Tints of Han Purple #4B32FB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.3%

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

R = 19.95%
G = 13.3%
B = 66.76%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4B32FB (or 0x4B32FB) is known color: Han Purple. HEX triplet: 4B, 32 and FB. RGB value is (75,50,251). Sum of RGB (Red+Green+Blue) = 75+50+251=376 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.95% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #4B32FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B32FB is #B4CD04. Grayscale: #4F4F4F. Windows color (decimal): -11848965 or 16462411. OLE color: 16462411.

HSL color Cylindrical-coordinate representation of color #4B32FB: hue angle of 247.46º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B32FB is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 75 50 251 -
CMYK 0.70 0.80 0 0.02
HSL 247.46º 0.96% 0.59% -
HSV(B) 247.46º 0.8% 0.98% -
XYZ 21.45 10.74 92.21 -
YUV 80.39 224.28 124.16 -
System Red Green Blue C M Y K H S L
Decimal 75 50 251 0.70 0.80 0 0.02 247.46 0.96 0.59
Hex 4B 32 FB 46 50 0 2 F7 60 3B
Octal 113 62 373 106 120 0 2 367 140 73
Binary 1001011 110010 11111011 1000110 1010000 0 10 11110111 1100000 111011

Color Harmonies of #4B32FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B32FB

Black with #4B32FB

Text Example


Text Example

White with #4B32FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,50,251); }

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

background-color css

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

 a { background-color: rgb(75,50,251); }

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

border-color css

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

 span { border-color: rgb(75,50,251); }

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