Html Css Color HEX #532CE0 Han Purple

📋 copy color: '#532CE0'

red 83 ◦ green 44 ◦ blue 224

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

Shades of Han Purple #532CE0

Tints of Han Purple #532CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 63.82%

R = 23.65%
G = 12.54%
B = 63.82%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#532CE0 (or 0x532CE0) is known color: Han Purple. HEX triplet: 53, 2C and E0. RGB value is (83,44,224). Sum of RGB (Red+Green+Blue) = 83+44+224=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 224 (87.89% from 255 or 63.82% from 351); Max value from RGB is 224 - color contains mainly: blue. Hex color #532CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CE0 is #ACD31F. Grayscale: #4B4B4B. Windows color (decimal): -11326240 or 14691411. OLE color: 14691411.

HSL color Cylindrical-coordinate representation of color #532CE0: hue angle of 253º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #532CE0 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 44 224 -
CMYK 0.63 0.80 0 0.12
HSL 253º 0.74% 0.53% -
HSV(B) 253º 0.8% 0.88% -
XYZ 17.92 9.02 71.32 -
YUV 76.18 211.42 132.86 -
System Red Green Blue C M Y K H S L
Decimal 83 44 224 0.63 0.80 0 0.12 253 0.74 0.53
Hex 53 2C E0 3F 50 0 C FD 4A 35
Octal 123 54 340 77 120 0 14 375 112 65
Binary 1010011 101100 11100000 111111 1010000 0 1100 11111101 1001010 110101

Color Harmonies of #532CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532CE0

Black with #532CE0

Text Example


Text Example

White with #532CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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