Html Css Color HEX #61145D Palatinate Purple

📋 copy color: '#61145D'

red 97 ◦ green 20 ◦ blue 93

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

Shades of Palatinate Purple #61145D

Tints of Palatinate Purple #61145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.52%

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

R = 46.19%
G = 9.52%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#61145D (or 0x61145D) is known color: Palatinate Purple. HEX triplet: 61, 14 and 5D. RGB value is (97,20,93). Sum of RGB (Red+Green+Blue) = 97+20+93=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #61145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61145D is #9EEBA2. Grayscale: #333333. Windows color (decimal): -10415011 or 6100065. OLE color: 6100065.

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

Color convert

RGB 97 20 93 -
CMYK 0 0.79 0.04 0.62
HSL 303.12º 0.66% 0.23% -
HSV(B) 303.12º 0.79% 0.38% -
XYZ 7.16 3.83 10.72 -
YUV 51.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 97 20 93 0 0.79 0.04 0.62 303.12 0.66 0.23
Hex 61 14 5D 0 4F 4 3E 12F 42 17
Octal 141 24 135 0 117 4 76 457 102 27
Binary 1100001 10100 1011101 0 1001111 100 111110 100101111 1000010 10111

Color Harmonies of #61145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61145D

Black with #61145D

Text Example


Text Example

White with #61145D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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