Html Css Color HEX #61165D Palatinate Purple

📋 copy color: '#61165D'

red 97 ◦ green 22 ◦ blue 93

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

Shades of Palatinate Purple #61165D

Tints of Palatinate Purple #61165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.38%

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

R = 45.75%
G = 10.38%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#61165D (or 0x61165D) is known color: Palatinate Purple. HEX triplet: 61, 16 and 5D. RGB value is (97,22,93). Sum of RGB (Red+Green+Blue) = 97+22+93=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61165D is #9EE9A2. Grayscale: #343434. Windows color (decimal): -10414499 or 6100577. OLE color: 6100577.

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

Color convert

RGB 97 22 93 -
CMYK 0 0.77 0.04 0.62
HSL 303.2º 0.63% 0.23% -
HSV(B) 303.2º 0.77% 0.38% -
XYZ 7.19 3.91 10.73 -
YUV 52.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 97 22 93 0 0.77 0.04 0.62 303.2 0.63 0.23
Hex 61 16 5D 0 4D 4 3E 12F 3F 17
Octal 141 26 135 0 115 4 76 457 77 27
Binary 1100001 10110 1011101 0 1001101 100 111110 100101111 111111 10111

Color Harmonies of #61165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61165D

Black with #61165D

Text Example


Text Example

White with #61165D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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