Html Css Color HEX #61155F Palatinate Purple

📋 copy color: '#61155F'

red 97 ◦ green 21 ◦ blue 95

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

Shades of Palatinate Purple #61155F

Tints of Palatinate Purple #61155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.86%

 BLUE value IS 95 (37.5% from 255) = 44.6%

R = 45.54%
G = 9.86%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#61155F (or 0x61155F) is known color: Palatinate Purple. HEX triplet: 61, 15 and 5F. RGB value is (97,21,95). Sum of RGB (Red+Green+Blue) = 97+21+95=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #61155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61155F is #9EEAA0. Grayscale: #333333. Windows color (decimal): -10414753 or 6231393. OLE color: 6231393.

HSL color Cylindrical-coordinate representation of color #61155F: hue angle of 301.58º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61155F is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 95 -
CMYK 0 0.78 0.02 0.62
HSL 301.58º 0.64% 0.23% -
HSV(B) 301.58º 0.78% 0.38% -
XYZ 7.26 3.9 11.2 -
YUV 52.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 97 21 95 0 0.78 0.02 0.62 301.58 0.64 0.23
Hex 61 15 5F 0 4E 2 3E 12E 40 17
Octal 141 25 137 0 116 2 76 456 100 27
Binary 1100001 10101 1011111 0 1001110 10 111110 100101110 1000000 10111

Color Harmonies of #61155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61155F

Black with #61155F

Text Example


Text Example

White with #61155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61155F; }

 p { color: rgb(97,21,95); }

 H1.HeaderClassName
 {
   color: #61155F;
 }
 .AnyTagClassName
 {
   color: #61155F;
 }
</style>

background-color css

<style>
 a { background-color: #61155F; }

 a { background-color: rgb(97,21,95); }

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

border-color css

<style>
 span { border-color: #61155F; }

 span { border-color: rgb(97,21,95); }

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