Html Css Color HEX #61145B Palatinate Purple

📋 copy color: '#61145B'

red 97 ◦ green 20 ◦ blue 91

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

Shades of Palatinate Purple #61145B

Tints of Palatinate Purple #61145B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.75%

R = 46.63%
G = 9.62%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61145B (or 0x61145B) is known color: Palatinate Purple. HEX triplet: 61, 14 and 5B. RGB value is (97,20,91). Sum of RGB (Red+Green+Blue) = 97+20+91=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61145B is #9EEBA4. Grayscale: #323232. Windows color (decimal): -10415013 or 5968993. OLE color: 5968993.

HSL color Cylindrical-coordinate representation of color #61145B: hue angle of 304.68º 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 #61145B is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 20 91 -
CMYK 0 0.79 0.06 0.62
HSL 304.68º 0.66% 0.23% -
HSV(B) 304.68º 0.79% 0.38% -
XYZ 7.07 3.8 10.26 -
YUV 51.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 97 20 91 0 0.79 0.06 0.62 304.68 0.66 0.23
Hex 61 14 5B 0 4F 6 3E 131 42 17
Octal 141 24 133 0 117 6 76 461 102 27
Binary 1100001 10100 1011011 0 1001111 110 111110 100110001 1000010 10111

Color Harmonies of #61145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61145B

Black with #61145B

Text Example


Text Example

White with #61145B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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