Html Css Color HEX #61155D Palatinate Purple

📋 copy color: '#61155D'

red 97 ◦ green 21 ◦ blue 93

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

Shades of Palatinate Purple #61155D

Tints of Palatinate Purple #61155D

RGB

 RED value IS 97 (38.28% from 255) = 45.97%

 GREEN value IS 21 (8.59% from 255) = 9.95%

 BLUE value IS 93 (36.72% from 255) = 44.08%

R = 45.97%
G = 9.95%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#61155D (or 0x61155D) is known color: Palatinate Purple. HEX triplet: 61, 15 and 5D. RGB value is (97,21,93). Sum of RGB (Red+Green+Blue) = 97+21+93=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61155D is #9EEAA2. Grayscale: #333333. Windows color (decimal): -10414755 or 6100321. OLE color: 6100321.

HSL color Cylindrical-coordinate representation of color #61155D: hue angle of 303.16º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61155D is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 93 -
CMYK 0 0.78 0.04 0.62
HSL 303.16º 0.64% 0.23% -
HSV(B) 303.16º 0.78% 0.38% -
XYZ 7.17 3.87 10.72 -
YUV 51.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 97 21 93 0 0.78 0.04 0.62 303.16 0.64 0.23
Hex 61 15 5D 0 4E 4 3E 12F 40 17
Octal 141 25 135 0 116 4 76 457 100 27
Binary 1100001 10101 1011101 0 1001110 100 111110 100101111 1000000 10111

Color Harmonies of #61155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61155D

Black with #61155D

Text Example


Text Example

White with #61155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61155D; }

 p { color: rgb(97,21,93); }

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

background-color css

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

 a { background-color: rgb(97,21,93); }

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

border-color css

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

 span { border-color: rgb(97,21,93); }

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