Html Css Color HEX #532855 Hot Purple

📋 copy color: '#532855'

red 83 ◦ green 40 ◦ blue 85

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

Shades of Hot Purple #532855

Tints of Hot Purple #532855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.23%

 BLUE value IS 85 (33.59% from 255) = 40.87%

R = 39.9%
G = 19.23%
B = 40.87%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#532855 (or 0x532855) is known color: Hot Purple. HEX triplet: 53, 28 and 55. RGB value is (83,40,85). Sum of RGB (Red+Green+Blue) = 83+40+85=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #532855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532855 is #ACD7AA. Grayscale: #393939. Windows color (decimal): -11327403 or 5580883. OLE color: 5580883.

HSL color Cylindrical-coordinate representation of color #532855: hue angle of 297.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #532855 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 40 85 -
CMYK 0.02 0.53 0 0.67
HSL 297.33º 0.36% 0.25% -
HSV(B) 297.33º 0.53% 0.33% -
XYZ 5.97 4.01 9.05 -
YUV 57.99 143.25 145.84 -
System Red Green Blue C M Y K H S L
Decimal 83 40 85 0.02 0.53 0 0.67 297.33 0.36 0.25
Hex 53 28 55 2 35 0 43 129 24 19
Octal 123 50 125 2 65 0 103 451 44 31
Binary 1010011 101000 1010101 10 110101 0 1000011 100101001 100100 11001

Color Harmonies of #532855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532855

Black with #532855

Text Example


Text Example

White with #532855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532855; }

 p { color: rgb(83,40,85); }

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

background-color css

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

 a { background-color: rgb(83,40,85); }

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

border-color css

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

 span { border-color: rgb(83,40,85); }

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