Html Css Color HEX #61195D Palatinate Purple

📋 copy color: '#61195D'

red 97 ◦ green 25 ◦ blue 93

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

Shades of Palatinate Purple #61195D

Tints of Palatinate Purple #61195D

RGB

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

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

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

R = 45.12%
G = 11.63%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#61195D (or 0x61195D) is known color: Palatinate Purple. HEX triplet: 61, 19 and 5D. RGB value is (97,25,93). Sum of RGB (Red+Green+Blue) = 97+25+93=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #61195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61195D is #9EE6A2. Grayscale: #363636. Windows color (decimal): -10413731 or 6101345. OLE color: 6101345.

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

Color convert

RGB 97 25 93 -
CMYK 0 0.74 0.04 0.62
HSL 303.33º 0.59% 0.24% -
HSV(B) 303.33º 0.74% 0.38% -
XYZ 7.25 4.03 10.75 -
YUV 54.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 97 25 93 0 0.74 0.04 0.62 303.33 0.59 0.24
Hex 61 19 5D 0 4A 4 3E 12F 3B 18
Octal 141 31 135 0 112 4 76 457 73 30
Binary 1100001 11001 1011101 0 1001010 100 111110 100101111 111011 11000

Color Harmonies of #61195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61195D

Black with #61195D

Text Example


Text Example

White with #61195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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