Html Css Color HEX #532BEB Han Purple

📋 copy color: '#532BEB'

red 83 ◦ green 43 ◦ blue 235

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

Shades of Han Purple #532BEB

Tints of Han Purple #532BEB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.91%

 BLUE value IS 235 (92.19% from 255) = 65.1%

R = 22.99%
G = 11.91%
B = 65.1%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#532BEB (or 0x532BEB) is known color: Han Purple. HEX triplet: 53, 2B and EB. RGB value is (83,43,235). Sum of RGB (Red+Green+Blue) = 83+43+235=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #532BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532BEB is #ACD414. Grayscale: #4C4C4C. Windows color (decimal): -11326485 or 15412051. OLE color: 15412051.

HSL color Cylindrical-coordinate representation of color #532BEB: hue angle of 252.5º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #532BEB is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 43 235 -
CMYK 0.65 0.82 0 0.08
HSL 252.5º 0.83% 0.55% -
HSV(B) 252.5º 0.82% 0.92% -
XYZ 19.43 9.56 79.42 -
YUV 76.85 217.25 132.39 -
System Red Green Blue C M Y K H S L
Decimal 83 43 235 0.65 0.82 0 0.08 252.5 0.83 0.55
Hex 53 2B EB 41 52 0 8 FD 53 37
Octal 123 53 353 101 122 0 10 375 123 67
Binary 1010011 101011 11101011 1000001 1010010 0 1000 11111101 1010011 110111

Color Harmonies of #532BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532BEB

Black with #532BEB

Text Example


Text Example

White with #532BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,43,235); }

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

background-color css

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

 a { background-color: rgb(83,43,235); }

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

border-color css

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

 span { border-color: rgb(83,43,235); }

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