Html Css Color HEX #552653 Hot Purple

📋 copy color: '#552653'

red 85 ◦ green 38 ◦ blue 83

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

Shades of Hot Purple #552653

Tints of Hot Purple #552653

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #552653: hue angle of 302.55º 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 #552653 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 38 83 -
CMYK 0 0.55 0.02 0.67
HSL 302.55º 0.38% 0.24% -
HSV(B) 302.55º 0.55% 0.33% -
XYZ 6 3.94 8.63 -
YUV 57.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 85 38 83 0 0.55 0.02 0.67 302.55 0.38 0.24
Hex 55 26 53 0 37 2 43 12F 26 18
Octal 125 46 123 0 67 2 103 457 46 30
Binary 1010101 100110 1010011 0 110111 10 1000011 100101111 100110 11000

Color Harmonies of #552653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552653

Black with #552653

Text Example


Text Example

White with #552653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552653; }

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

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

background-color css

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

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

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

border-color css

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

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

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