Html Css Color HEX #532EFB Han Purple

📋 copy color: '#532EFB'

red 83 ◦ green 46 ◦ blue 251

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

Shades of Han Purple #532EFB

Tints of Han Purple #532EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.11%

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

R = 21.84%
G = 12.11%
B = 66.05%

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

#532EFB (or 0x532EFB) is known color: Han Purple. HEX triplet: 53, 2E and FB. RGB value is (83,46,251). Sum of RGB (Red+Green+Blue) = 83+46+251=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #532EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532EFB is #ACD104. Grayscale: #4F4F4F. Windows color (decimal): -11325701 or 16461395. OLE color: 16461395.

HSL color Cylindrical-coordinate representation of color #532EFB: hue angle of 250.83º 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 #532EFB is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 46 251 -
CMYK 0.67 0.82 0 0.02
HSL 250.83º 0.96% 0.58% -
HSV(B) 250.83º 0.82% 0.98% -
XYZ 21.96 10.76 92.19 -
YUV 80.43 224.26 129.83 -
System Red Green Blue C M Y K H S L
Decimal 83 46 251 0.67 0.82 0 0.02 250.83 0.96 0.58
Hex 53 2E FB 43 52 0 2 FB 60 3A
Octal 123 56 373 103 122 0 2 373 140 72
Binary 1010011 101110 11111011 1000011 1010010 0 10 11111011 1100000 111010

Color Harmonies of #532EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532EFB

Black with #532EFB

Text Example


Text Example

White with #532EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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