Html Css Color HEX #532AFB Han Purple

📋 copy color: '#532AFB'

red 83 ◦ green 42 ◦ blue 251

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

Shades of Han Purple #532AFB

Tints of Han Purple #532AFB

RGB

 RED value IS 83 (32.81% from 255) = 22.07%

 GREEN value IS 42 (16.8% from 255) = 11.17%

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

R = 22.07%
G = 11.17%
B = 66.76%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#532AFB (or 0x532AFB) is known color: Han Purple. HEX triplet: 53, 2A and FB. RGB value is (83,42,251). Sum of RGB (Red+Green+Blue) = 83+42+251=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 42 (16.80% from 255 or 11.17% 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 #532AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532AFB is #ACD504. Grayscale: #4D4D4D. Windows color (decimal): -11326725 or 16460371. OLE color: 16460371.

HSL color Cylindrical-coordinate representation of color #532AFB: hue angle of 251.77º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #532AFB is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 42 251 -
CMYK 0.67 0.83 0 0.02
HSL 251.77º 0.96% 0.57% -
HSV(B) 251.77º 0.83% 0.98% -
XYZ 21.81 10.46 92.14 -
YUV 78.09 225.58 131.51 -
System Red Green Blue C M Y K H S L
Decimal 83 42 251 0.67 0.83 0 0.02 251.77 0.96 0.57
Hex 53 2A FB 43 53 0 2 FC 60 39
Octal 123 52 373 103 123 0 2 374 140 71
Binary 1010011 101010 11111011 1000011 1010011 0 10 11111100 1100000 111001

Color Harmonies of #532AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532AFB

Black with #532AFB

Text Example


Text Example

White with #532AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532AFB; }

 p { color: rgb(83,42,251); }

 H1.HeaderClassName
 {
   color: #532AFB;
 }
 .AnyTagClassName
 {
   color: #532AFB;
 }
</style>

background-color css

<style>
 a { background-color: #532AFB; }

 a { background-color: rgb(83,42,251); }

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

border-color css

<style>
 span { border-color: #532AFB; }

 span { border-color: rgb(83,42,251); }

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