Html Css Color HEX #61145C Palatinate Purple

📋 copy color: '#61145C'

red 97 ◦ green 20 ◦ blue 92

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

Shades of Palatinate Purple #61145C

Tints of Palatinate Purple #61145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.02%

R = 46.41%
G = 9.57%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#61145C (or 0x61145C) is known color: Palatinate Purple. HEX triplet: 61, 14 and 5C. RGB value is (97,20,92). Sum of RGB (Red+Green+Blue) = 97+20+92=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61145C is #9EEBA3. Grayscale: #333333. Windows color (decimal): -10415012 or 6034529. OLE color: 6034529.

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

Color convert

RGB 97 20 92 -
CMYK 0 0.79 0.05 0.62
HSL 303.9º 0.66% 0.23% -
HSV(B) 303.9º 0.79% 0.38% -
XYZ 7.11 3.81 10.49 -
YUV 51.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 97 20 92 0 0.79 0.05 0.62 303.9 0.66 0.23
Hex 61 14 5C 0 4F 5 3E 130 42 17
Octal 141 24 134 0 117 5 76 460 102 27
Binary 1100001 10100 1011100 0 1001111 101 111110 100110000 1000010 10111

Color Harmonies of #61145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61145C

Black with #61145C

Text Example


Text Example

White with #61145C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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