#532CF1

Color #532CF1 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #532CF1

Tints of Han Purple #532CF1

Color information

#532CF1 (or 0x532CF1) is unknown color: approx Han Purple. HEX triplet: 53, 2C and F1. RGB value is (83,44,241). Sum of RGB (Red+Green+Blue) = 83+44+241=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #532CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532CF1 is #ACD30E. Grayscale: #4D4D4D. Windows color (decimal): -11326223 or 15805523. OLE color: 15805523.

HSL color Cylindrical-coordinate representation of color #532CF1: hue angle of 251.88º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #532CF1 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8344241-
CMYK0.660.8200.05
HSL251.88º87.56%55.88%-
HSV(B)251.88º81.74%94.51%-
XYZ20.359.9984.08-
YUV78.12219.92131.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.55%
GREEN value IS 44 (17.58% from 255) = 11.96%
BLUE value IS 241 (94.53% from 255) = 65.49%
R=22.55%
G=11.96%
B=65.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal83442410.660.8200.05251.8887.5655.88
Hex532CF1425205fc5838
Octal123543611021220537413070
Binary101001110110011110001100001010100100101111111001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #532CF1;
 }
 .AnyTagClassName
 {
   color: #532CF1;
 }
</style>
background-color css

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

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

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

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

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

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