Html Css Color HEX #61185B Palatinate Purple

📋 copy color: '#61185B'

red 97 ◦ green 24 ◦ blue 91

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

Shades of Palatinate Purple #61185B

Tints of Palatinate Purple #61185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.32%

 BLUE value IS 91 (35.94% from 255) = 42.92%

R = 45.75%
G = 11.32%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61185B (or 0x61185B) is known color: Palatinate Purple. HEX triplet: 61, 18 and 5B. RGB value is (97,24,91). Sum of RGB (Red+Green+Blue) = 97+24+91=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61185B is #9EE7A4. Grayscale: #353535. Windows color (decimal): -10413989 or 5970017. OLE color: 5970017.

HSL color Cylindrical-coordinate representation of color #61185B: hue angle of 304.93º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61185B is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 24 91 -
CMYK 0 0.75 0.06 0.62
HSL 304.93º 0.6% 0.24% -
HSV(B) 304.93º 0.75% 0.38% -
XYZ 7.14 3.95 10.28 -
YUV 53.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 97 24 91 0 0.75 0.06 0.62 304.93 0.6 0.24
Hex 61 18 5B 0 4B 6 3E 131 3C 18
Octal 141 30 133 0 113 6 76 461 74 30
Binary 1100001 11000 1011011 0 1001011 110 111110 100110001 111100 11000

Color Harmonies of #61185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61185B

Black with #61185B

Text Example


Text Example

White with #61185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61185B; }

 p { color: rgb(97,24,91); }

 H1.HeaderClassName
 {
   color: #61185B;
 }
 .AnyTagClassName
 {
   color: #61185B;
 }
</style>

background-color css

<style>
 a { background-color: #61185B; }

 a { background-color: rgb(97,24,91); }

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

border-color css

<style>
 span { border-color: #61185B; }

 span { border-color: rgb(97,24,91); }

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