Html Css Color HEX #56255B Hot Purple

📋 copy color: '#56255B'

red 86 ◦ green 37 ◦ blue 91

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

Shades of Hot Purple #56255B

Tints of Hot Purple #56255B

RGB

 RED value IS 86 (33.98% from 255) = 40.19%

 GREEN value IS 37 (14.84% from 255) = 17.29%

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

R = 40.19%
G = 17.29%
B = 42.52%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#56255B (or 0x56255B) is known color: Hot Purple. HEX triplet: 56, 25 and 5B. RGB value is (86,37,91). Sum of RGB (Red+Green+Blue) = 86+37+91=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #56255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56255B is #A9DAA4. Grayscale: #393939. Windows color (decimal): -11131557 or 5973334. OLE color: 5973334.

HSL color Cylindrical-coordinate representation of color #56255B: hue angle of 294.44º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56255B is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 86 37 91 -
CMYK 0.05 0.59 0 0.64
HSL 294.44º 0.42% 0.25% -
HSV(B) 294.44º 0.59% 0.36% -
XYZ 6.39 4.06 10.34 -
YUV 57.81 146.73 148.11 -
System Red Green Blue C M Y K H S L
Decimal 86 37 91 0.05 0.59 0 0.64 294.44 0.42 0.25
Hex 56 25 5B 5 3B 0 40 126 2A 19
Octal 126 45 133 5 73 0 100 446 52 31
Binary 1010110 100101 1011011 101 111011 0 1000000 100100110 101010 11001

Color Harmonies of #56255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56255B

Black with #56255B

Text Example


Text Example

White with #56255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,37,91); }

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

background-color css

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

 a { background-color: rgb(86,37,91); }

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

border-color css

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

 span { border-color: rgb(86,37,91); }

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