Html Css Color HEX #532850 Hot Purple

📋 copy color: '#532850'

red 83 ◦ green 40 ◦ blue 80

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

Shades of Hot Purple #532850

Tints of Hot Purple #532850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.41%

R = 40.89%
G = 19.7%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#532850 (or 0x532850) is known color: Hot Purple. HEX triplet: 53, 28 and 50. RGB value is (83,40,80). Sum of RGB (Red+Green+Blue) = 83+40+80=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #532850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532850 is #ACD7AF. Grayscale: #393939. Windows color (decimal): -11327408 or 5253203. OLE color: 5253203.

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

Color convert

RGB 83 40 80 -
CMYK 0 0.52 0.04 0.67
HSL 304.19º 0.35% 0.24% -
HSV(B) 304.19º 0.52% 0.33% -
XYZ 5.77 3.94 8.04 -
YUV 57.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 83 40 80 0 0.52 0.04 0.67 304.19 0.35 0.24
Hex 53 28 50 0 34 4 43 130 23 18
Octal 123 50 120 0 64 4 103 460 43 30
Binary 1010011 101000 1010000 0 110100 100 1000011 100110000 100011 11000

Color Harmonies of #532850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532850

Black with #532850

Text Example


Text Example

White with #532850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532850; }

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

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

background-color css

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

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

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

border-color css

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

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

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