Html Css Color HEX #61125D Palatinate Purple

📋 copy color: '#61125D'

red 97 ◦ green 18 ◦ blue 93

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

Shades of Palatinate Purple #61125D

Tints of Palatinate Purple #61125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

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

R = 46.63%
G = 8.65%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#61125D (or 0x61125D) is known color: Palatinate Purple. HEX triplet: 61, 12 and 5D. RGB value is (97,18,93). Sum of RGB (Red+Green+Blue) = 97+18+93=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61125D is #9EEDA2. Grayscale: #313131. Windows color (decimal): -10415523 or 6099553. OLE color: 6099553.

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

Color convert

RGB 97 18 93 -
CMYK 0 0.81 0.04 0.62
HSL 303.04º 0.69% 0.23% -
HSV(B) 303.04º 0.81% 0.38% -
XYZ 7.12 3.76 10.71 -
YUV 50.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 97 18 93 0 0.81 0.04 0.62 303.04 0.69 0.23
Hex 61 12 5D 0 51 4 3E 12F 45 17
Octal 141 22 135 0 121 4 76 457 105 27
Binary 1100001 10010 1011101 0 1010001 100 111110 100101111 1000101 10111

Color Harmonies of #61125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61125D

Black with #61125D

Text Example


Text Example

White with #61125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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