Html Css Color HEX #61115D Palatinate Purple

📋 copy color: '#61115D'

red 97 ◦ green 17 ◦ blue 93

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

Shades of Palatinate Purple #61115D

Tints of Palatinate Purple #61115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.21%

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

R = 46.86%
G = 8.21%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#61115D (or 0x61115D) is known color: Palatinate Purple. HEX triplet: 61, 11 and 5D. RGB value is (97,17,93). Sum of RGB (Red+Green+Blue) = 97+17+93=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #61115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61115D is #9EEEA2. Grayscale: #313131. Windows color (decimal): -10415779 or 6099297. OLE color: 6099297.

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

Color convert

RGB 97 17 93 -
CMYK 0 0.82 0.04 0.62
HSL 303º 0.7% 0.22% -
HSV(B) 303º 0.82% 0.38% -
XYZ 7.11 3.73 10.7 -
YUV 49.58 152.5 161.82 -
System Red Green Blue C M Y K H S L
Decimal 97 17 93 0 0.82 0.04 0.62 303 0.7 0.22
Hex 61 11 5D 0 52 4 3E 12F 46 16
Octal 141 21 135 0 122 4 76 457 106 26
Binary 1100001 10001 1011101 0 1010010 100 111110 100101111 1000110 10110

Color Harmonies of #61115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61115D

Black with #61115D

Text Example


Text Example

White with #61115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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