Html Css Color HEX #61155A Palatinate Purple

📋 copy color: '#61155A'

red 97 ◦ green 21 ◦ blue 90

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

Shades of Palatinate Purple #61155A

Tints of Palatinate Purple #61155A

RGB

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

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

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

R = 46.63%
G = 10.1%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#61155A (or 0x61155A) is known color: Palatinate Purple. HEX triplet: 61, 15 and 5A. RGB value is (97,21,90). Sum of RGB (Red+Green+Blue) = 97+21+90=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61155A is #9EEAA5. Grayscale: #333333. Windows color (decimal): -10414758 or 5903713. OLE color: 5903713.

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

Color convert

RGB 97 21 90 -
CMYK 0 0.78 0.07 0.62
HSL 305.53º 0.64% 0.23% -
HSV(B) 305.53º 0.78% 0.38% -
XYZ 7.04 3.82 10.04 -
YUV 51.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 97 21 90 0 0.78 0.07 0.62 305.53 0.64 0.23
Hex 61 15 5A 0 4E 7 3E 132 40 17
Octal 141 25 132 0 116 7 76 462 100 27
Binary 1100001 10101 1011010 0 1001110 111 111110 100110010 1000000 10111

Color Harmonies of #61155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61155A

Black with #61155A

Text Example


Text Example

White with #61155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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