Html Css Color HEX #55385B Hot Purple

📋 copy color: '#55385B'

red 85 ◦ green 56 ◦ blue 91

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

Shades of Hot Purple #55385B

Tints of Hot Purple #55385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.14%

 BLUE value IS 91 (35.94% from 255) = 39.22%

R = 36.64%
G = 24.14%
B = 39.22%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55385B (or 0x55385B) is known color: Hot Purple. HEX triplet: 55, 38 and 5B. RGB value is (85,56,91). Sum of RGB (Red+Green+Blue) = 85+56+91=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #55385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55385B is #AAC7A4. Grayscale: #444444. Windows color (decimal): -11192229 or 5978197. OLE color: 5978197.

HSL color Cylindrical-coordinate representation of color #55385B: hue angle of 289.71º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55385B is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 56 91 -
CMYK 0.07 0.38 0 0.64
HSL 289.71º 0.24% 0.29% -
HSV(B) 289.71º 0.38% 0.36% -
XYZ 7.05 5.51 10.59 -
YUV 68.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 85 56 91 0.07 0.38 0 0.64 289.71 0.24 0.29
Hex 55 38 5B 7 26 0 40 122 18 1D
Octal 125 70 133 7 46 0 100 442 30 35
Binary 1010101 111000 1011011 111 100110 0 1000000 100100010 11000 11101

Color Harmonies of #55385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55385B

Black with #55385B

Text Example


Text Example

White with #55385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55385B; }

 p { color: rgb(85,56,91); }

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

background-color css

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

 a { background-color: rgb(85,56,91); }

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

border-color css

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

 span { border-color: rgb(85,56,91); }

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