Html Css Color HEX #532DDD Han Purple

📋 copy color: '#532DDD'

red 83 ◦ green 45 ◦ blue 221

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

Shades of Han Purple #532DDD

Tints of Han Purple #532DDD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.89%

 BLUE value IS 221 (86.72% from 255) = 63.32%

R = 23.78%
G = 12.89%
B = 63.32%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#532DDD (or 0x532DDD) is known color: Han Purple. HEX triplet: 53, 2D and DD. RGB value is (83,45,221). Sum of RGB (Red+Green+Blue) = 83+45+221=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #532DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532DDD is #ACD222. Grayscale: #4B4B4B. Windows color (decimal): -11325987 or 14495059. OLE color: 14495059.

HSL color Cylindrical-coordinate representation of color #532DDD: hue angle of 252.95º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #532DDD is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 45 221 -
CMYK 0.62 0.80 0 0.13
HSL 252.95º 0.72% 0.52% -
HSV(B) 252.95º 0.8% 0.87% -
XYZ 17.56 8.94 69.21 -
YUV 76.43 209.59 132.69 -
System Red Green Blue C M Y K H S L
Decimal 83 45 221 0.62 0.80 0 0.13 252.95 0.72 0.52
Hex 53 2D DD 3E 50 0 D FD 48 34
Octal 123 55 335 76 120 0 15 375 110 64
Binary 1010011 101101 11011101 111110 1010000 0 1101 11111101 1001000 110100

Color Harmonies of #532DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532DDD

Black with #532DDD

Text Example


Text Example

White with #532DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,45,221); }

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

background-color css

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

 a { background-color: rgb(83,45,221); }

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

border-color css

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

 span { border-color: rgb(83,45,221); }

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