Html Css Color HEX #61115E Palatinate Purple

📋 copy color: '#61115E'

red 97 ◦ green 17 ◦ blue 94

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

Shades of Palatinate Purple #61115E

Tints of Palatinate Purple #61115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 45.19%

R = 46.63%
G = 8.17%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#61115E (or 0x61115E) is known color: Palatinate Purple. HEX triplet: 61, 11 and 5E. RGB value is (97,17,94). Sum of RGB (Red+Green+Blue) = 97+17+94=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61115E is #9EEEA1. Grayscale: #313131. Windows color (decimal): -10415778 or 6164833. OLE color: 6164833.

HSL color Cylindrical-coordinate representation of color #61115E: hue angle of 302.25º 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 #61115E is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 17 94 -
CMYK 0 0.82 0.03 0.62
HSL 302.25º 0.7% 0.22% -
HSV(B) 302.25º 0.82% 0.38% -
XYZ 7.15 3.75 10.94 -
YUV 49.7 153 161.74 -
System Red Green Blue C M Y K H S L
Decimal 97 17 94 0 0.82 0.03 0.62 302.25 0.7 0.22
Hex 61 11 5E 0 52 3 3E 12E 46 16
Octal 141 21 136 0 122 3 76 456 106 26
Binary 1100001 10001 1011110 0 1010010 11 111110 100101110 1000110 10110

Color Harmonies of #61115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61115E

Black with #61115E

Text Example


Text Example

White with #61115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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