Html Css Color HEX #532BEE Han Purple

📋 copy color: '#532BEE'

red 83 ◦ green 43 ◦ blue 238

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

Shades of Han Purple #532BEE

Tints of Han Purple #532BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.38%

R = 22.8%
G = 11.81%
B = 65.38%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#532BEE (or 0x532BEE) is known color: Han Purple. HEX triplet: 53, 2B and EE. RGB value is (83,43,238). Sum of RGB (Red+Green+Blue) = 83+43+238=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #532BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532BEE is #ACD411. Grayscale: #4C4C4C. Windows color (decimal): -11326482 or 15608659. OLE color: 15608659.

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

Color convert

RGB 83 43 238 -
CMYK 0.65 0.82 0 0.07
HSL 252.31º 0.85% 0.55% -
HSV(B) 252.31º 0.82% 0.93% -
XYZ 19.86 9.74 81.72 -
YUV 77.19 218.75 132.14 -
System Red Green Blue C M Y K H S L
Decimal 83 43 238 0.65 0.82 0 0.07 252.31 0.85 0.55
Hex 53 2B EE 41 52 0 7 FC 55 37
Octal 123 53 356 101 122 0 7 374 125 67
Binary 1010011 101011 11101110 1000001 1010010 0 111 11111100 1010101 110111

Color Harmonies of #532BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532BEE

Black with #532BEE

Text Example


Text Example

White with #532BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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