Html Css Color HEX #532255 Hot Purple

📋 copy color: '#532255'

red 83 ◦ green 34 ◦ blue 85

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

Shades of Hot Purple #532255

Tints of Hot Purple #532255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.83%

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

R = 41.09%
G = 16.83%
B = 42.08%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#532255 (or 0x532255) is known color: Hot Purple. HEX triplet: 53, 22 and 55. RGB value is (83,34,85). Sum of RGB (Red+Green+Blue) = 83+34+85=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #532255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532255 is #ACDDAA. Grayscale: #363636. Windows color (decimal): -11328939 or 5579347. OLE color: 5579347.

HSL color Cylindrical-coordinate representation of color #532255: hue angle of 297.65º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532255 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 34 85 -
CMYK 0.02 0.60 0 0.67
HSL 297.65º 0.43% 0.23% -
HSV(B) 297.65º 0.6% 0.33% -
XYZ 5.78 3.64 8.99 -
YUV 54.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 83 34 85 0.02 0.60 0 0.67 297.65 0.43 0.23
Hex 53 22 55 2 3C 0 43 12A 2B 17
Octal 123 42 125 2 74 0 103 452 53 27
Binary 1010011 100010 1010101 10 111100 0 1000011 100101010 101011 10111

Color Harmonies of #532255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532255

Black with #532255

Text Example


Text Example

White with #532255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532255; }

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

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

background-color css

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

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

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

border-color css

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

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

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