Html Css Color HEX #532DFB Han Purple

📋 copy color: '#532DFB'

red 83 ◦ green 45 ◦ blue 251

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

Shades of Han Purple #532DFB

Tints of Han Purple #532DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.87%

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

R = 21.9%
G = 11.87%
B = 66.23%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#532DFB (or 0x532DFB) is known color: Han Purple. HEX triplet: 53, 2D and FB. RGB value is (83,45,251). Sum of RGB (Red+Green+Blue) = 83+45+251=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #532DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532DFB is #ACD204. Grayscale: #4F4F4F. Windows color (decimal): -11325957 or 16461139. OLE color: 16461139.

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

Color convert

RGB 83 45 251 -
CMYK 0.67 0.82 0 0.02
HSL 251.07º 0.96% 0.58% -
HSV(B) 251.07º 0.82% 0.98% -
XYZ 21.92 10.68 92.17 -
YUV 79.85 224.59 130.25 -
System Red Green Blue C M Y K H S L
Decimal 83 45 251 0.67 0.82 0 0.02 251.07 0.96 0.58
Hex 53 2D FB 43 52 0 2 FB 60 3A
Octal 123 55 373 103 122 0 2 373 140 72
Binary 1010011 101101 11111011 1000011 1010010 0 10 11111011 1100000 111010

Color Harmonies of #532DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532DFB

Black with #532DFB

Text Example


Text Example

White with #532DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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