Html Css Color HEX #571963 Hot Purple

📋 copy color: '#571963'

red 87 ◦ green 25 ◦ blue 99

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

Shades of Hot Purple #571963

Tints of Hot Purple #571963

RGB

 RED value IS 87 (34.38% from 255) = 41.23%

 GREEN value IS 25 (10.16% from 255) = 11.85%

 BLUE value IS 99 (39.06% from 255) = 46.92%

R = 41.23%
G = 11.85%
B = 46.92%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#571963 (or 0x571963) is known color: Hot Purple. HEX triplet: 57, 19 and 63. RGB value is (87,25,99). Sum of RGB (Red+Green+Blue) = 87+25+99=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #571963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571963 is #A8E69C. Grayscale: #333333. Windows color (decimal): -11069085 or 6494551. OLE color: 6494551.

HSL color Cylindrical-coordinate representation of color #571963: hue angle of 290.27º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #571963 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 87 25 99 -
CMYK 0.12 0.75 0 0.61
HSL 290.27º 0.6% 0.24% -
HSV(B) 290.27º 0.75% 0.39% -
XYZ 6.53 3.62 12.16 -
YUV 51.97 154.54 152.98 -
System Red Green Blue C M Y K H S L
Decimal 87 25 99 0.12 0.75 0 0.61 290.27 0.6 0.24
Hex 57 19 63 C 4B 0 3D 122 3C 18
Octal 127 31 143 14 113 0 75 442 74 30
Binary 1010111 11001 1100011 1100 1001011 0 111101 100100010 111100 11000

Color Harmonies of #571963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571963

Black with #571963

Text Example


Text Example

White with #571963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571963; }

 p { color: rgb(87,25,99); }

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

background-color css

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

 a { background-color: rgb(87,25,99); }

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

border-color css

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

 span { border-color: rgb(87,25,99); }

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