Html Css Color HEX #61145F Palatinate Purple

📋 copy color: '#61145F'

red 97 ◦ green 20 ◦ blue 95

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

Shades of Palatinate Purple #61145F

Tints of Palatinate Purple #61145F

RGB

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

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

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

R = 45.75%
G = 9.43%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#61145F (or 0x61145F) is known color: Palatinate Purple. HEX triplet: 61, 14 and 5F. RGB value is (97,20,95). Sum of RGB (Red+Green+Blue) = 97+20+95=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61145F is #9EEBA0. Grayscale: #333333. Windows color (decimal): -10415009 or 6231137. OLE color: 6231137.

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

Color convert

RGB 97 20 95 -
CMYK 0 0.79 0.02 0.62
HSL 301.56º 0.66% 0.23% -
HSV(B) 301.56º 0.79% 0.38% -
XYZ 7.25 3.87 11.19 -
YUV 51.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 97 20 95 0 0.79 0.02 0.62 301.56 0.66 0.23
Hex 61 14 5F 0 4F 2 3E 12E 42 17
Octal 141 24 137 0 117 2 76 456 102 27
Binary 1100001 10100 1011111 0 1001111 10 111110 100101110 1000010 10111

Color Harmonies of #61145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61145F

Black with #61145F

Text Example


Text Example

White with #61145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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