Html Css Color HEX #55305A Hot Purple

📋 copy color: '#55305A'

red 85 ◦ green 48 ◦ blue 90

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

Shades of Hot Purple #55305A

Tints of Hot Purple #55305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.52%

 BLUE value IS 90 (35.55% from 255) = 40.36%

R = 38.12%
G = 21.52%
B = 40.36%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#55305A (or 0x55305A) is known color: Hot Purple. HEX triplet: 55, 30 and 5A. RGB value is (85,48,90). Sum of RGB (Red+Green+Blue) = 85+48+90=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #55305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55305A is #AACFA5. Grayscale: #3F3F3F. Windows color (decimal): -11194278 or 5910613. OLE color: 5910613.

HSL color Cylindrical-coordinate representation of color #55305A: hue angle of 292.86º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55305A is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 48 90 -
CMYK 0.06 0.47 0 0.65
HSL 292.86º 0.3% 0.27% -
HSV(B) 292.86º 0.47% 0.35% -
XYZ 6.65 4.78 10.25 -
YUV 63.85 142.76 143.08 -
System Red Green Blue C M Y K H S L
Decimal 85 48 90 0.06 0.47 0 0.65 292.86 0.3 0.27
Hex 55 30 5A 6 2F 0 41 125 1E 1B
Octal 125 60 132 6 57 0 101 445 36 33
Binary 1010101 110000 1011010 110 101111 0 1000001 100100101 11110 11011

Color Harmonies of #55305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55305A

Black with #55305A

Text Example


Text Example

White with #55305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55305A; }

 p { color: rgb(85,48,90); }

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

background-color css

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

 a { background-color: rgb(85,48,90); }

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

border-color css

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

 span { border-color: rgb(85,48,90); }

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