Html Css Color HEX #61165A Palatinate Purple

📋 copy color: '#61165A'

red 97 ◦ green 22 ◦ blue 90

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

Shades of Palatinate Purple #61165A

Tints of Palatinate Purple #61165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.53%

 BLUE value IS 90 (35.55% from 255) = 43.06%

R = 46.41%
G = 10.53%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#61165A (or 0x61165A) is known color: Palatinate Purple. HEX triplet: 61, 16 and 5A. RGB value is (97,22,90). Sum of RGB (Red+Green+Blue) = 97+22+90=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61165A is #9EE9A5. Grayscale: #333333. Windows color (decimal): -10414502 or 5903969. OLE color: 5903969.

HSL color Cylindrical-coordinate representation of color #61165A: hue angle of 305.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61165A is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 22 90 -
CMYK 0 0.77 0.07 0.62
HSL 305.6º 0.63% 0.23% -
HSV(B) 305.6º 0.77% 0.38% -
XYZ 7.06 3.85 10.04 -
YUV 52.18 149.35 159.97 -
System Red Green Blue C M Y K H S L
Decimal 97 22 90 0 0.77 0.07 0.62 305.6 0.63 0.23
Hex 61 16 5A 0 4D 7 3E 132 3F 17
Octal 141 26 132 0 115 7 76 462 77 27
Binary 1100001 10110 1011010 0 1001101 111 111110 100110010 111111 10111

Color Harmonies of #61165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61165A

Black with #61165A

Text Example


Text Example

White with #61165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61165A; }

 p { color: rgb(97,22,90); }

 H1.HeaderClassName
 {
   color: #61165A;
 }
 .AnyTagClassName
 {
   color: #61165A;
 }
</style>

background-color css

<style>
 a { background-color: #61165A; }

 a { background-color: rgb(97,22,90); }

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

border-color css

<style>
 span { border-color: #61165A; }

 span { border-color: rgb(97,22,90); }

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