Html Css Color HEX #61155E Palatinate Purple

📋 copy color: '#61155E'

red 97 ◦ green 21 ◦ blue 94

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

Shades of Palatinate Purple #61155E

Tints of Palatinate Purple #61155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 44.34%

R = 45.75%
G = 9.91%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#61155E (or 0x61155E) is known color: Palatinate Purple. HEX triplet: 61, 15 and 5E. RGB value is (97,21,94). Sum of RGB (Red+Green+Blue) = 97+21+94=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61155E is #9EEAA1. Grayscale: #333333. Windows color (decimal): -10414754 or 6165857. OLE color: 6165857.

HSL color Cylindrical-coordinate representation of color #61155E: hue angle of 302.37º 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 #61155E is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 94 -
CMYK 0 0.78 0.03 0.62
HSL 302.37º 0.64% 0.23% -
HSV(B) 302.37º 0.78% 0.38% -
XYZ 7.22 3.89 10.96 -
YUV 52.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 97 21 94 0 0.78 0.03 0.62 302.37 0.64 0.23
Hex 61 15 5E 0 4E 3 3E 12E 40 17
Octal 141 25 136 0 116 3 76 456 100 27
Binary 1100001 10101 1011110 0 1001110 11 111110 100101110 1000000 10111

Color Harmonies of #61155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61155E

Black with #61155E

Text Example


Text Example

White with #61155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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