Html Css Color HEX #532CE6 Han Purple

📋 copy color: '#532CE6'

red 83 ◦ green 44 ◦ blue 230

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

Shades of Han Purple #532CE6

Tints of Han Purple #532CE6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.32%

 BLUE value IS 230 (90.23% from 255) = 64.43%

R = 23.25%
G = 12.32%
B = 64.43%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#532CE6 (or 0x532CE6) is known color: Han Purple. HEX triplet: 53, 2C and E6. RGB value is (83,44,230). Sum of RGB (Red+Green+Blue) = 83+44+230=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 230 (90.23% from 255 or 64.43% from 357); Max value from RGB is 230 - color contains mainly: blue. Hex color #532CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532CE6 is #ACD319. Grayscale: #4C4C4C. Windows color (decimal): -11326234 or 15084627. OLE color: 15084627.

HSL color Cylindrical-coordinate representation of color #532CE6: hue angle of 252.58º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #532CE6 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 83 44 230 -
CMYK 0.64 0.81 0 0.10
HSL 252.58º 0.79% 0.54% -
HSV(B) 252.58º 0.81% 0.9% -
XYZ 18.75 9.35 75.68 -
YUV 76.87 214.42 132.38 -
System Red Green Blue C M Y K H S L
Decimal 83 44 230 0.64 0.81 0 0.10 252.58 0.79 0.54
Hex 53 2C E6 40 51 0 A FD 4F 36
Octal 123 54 346 100 121 0 12 375 117 66
Binary 1010011 101100 11100110 1000000 1010001 0 1010 11111101 1001111 110110

Color Harmonies of #532CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532CE6

Black with #532CE6

Text Example


Text Example

White with #532CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,44,230); }

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

background-color css

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

 a { background-color: rgb(83,44,230); }

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

border-color css

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

 span { border-color: rgb(83,44,230); }

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