Html Css Color HEX #532655 Hot Purple

📋 copy color: '#532655'

red 83 ◦ green 38 ◦ blue 85

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

Shades of Hot Purple #532655

Tints of Hot Purple #532655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.45%

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

R = 40.29%
G = 18.45%
B = 41.26%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#532655 (or 0x532655) is known color: Hot Purple. HEX triplet: 53, 26 and 55. RGB value is (83,38,85). Sum of RGB (Red+Green+Blue) = 83+38+85=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: blue. Hex color #532655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532655 is #ACD9AA. Grayscale: #383838. Windows color (decimal): -11327915 or 5580371. OLE color: 5580371.

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

Color convert

RGB 83 38 85 -
CMYK 0.02 0.55 0 0.67
HSL 297.45º 0.38% 0.24% -
HSV(B) 297.45º 0.55% 0.33% -
XYZ 5.9 3.88 9.03 -
YUV 56.81 143.91 146.68 -
System Red Green Blue C M Y K H S L
Decimal 83 38 85 0.02 0.55 0 0.67 297.45 0.38 0.24
Hex 53 26 55 2 37 0 43 129 26 18
Octal 123 46 125 2 67 0 103 451 46 30
Binary 1010011 100110 1010101 10 110111 0 1000011 100101001 100110 11000

Color Harmonies of #532655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532655

Black with #532655

Text Example


Text Example

White with #532655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532655; }

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

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

background-color css

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

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

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

border-color css

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

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

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