Html Css Color HEX #61185D Palatinate Purple

📋 copy color: '#61185D'

red 97 ◦ green 24 ◦ blue 93

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

Shades of Palatinate Purple #61185D

Tints of Palatinate Purple #61185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 43.46%

R = 45.33%
G = 11.21%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#61185D (or 0x61185D) is known color: Palatinate Purple. HEX triplet: 61, 18 and 5D. RGB value is (97,24,93). Sum of RGB (Red+Green+Blue) = 97+24+93=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #61185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61185D is #9EE7A2. Grayscale: #353535. Windows color (decimal): -10413987 or 6101089. OLE color: 6101089.

HSL color Cylindrical-coordinate representation of color #61185D: hue angle of 303.29º 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 #61185D is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 24 93 -
CMYK 0 0.75 0.04 0.62
HSL 303.29º 0.6% 0.24% -
HSV(B) 303.29º 0.75% 0.38% -
XYZ 7.23 3.98 10.74 -
YUV 53.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 97 24 93 0 0.75 0.04 0.62 303.29 0.6 0.24
Hex 61 18 5D 0 4B 4 3E 12F 3C 18
Octal 141 30 135 0 113 4 76 457 74 30
Binary 1100001 11000 1011101 0 1001011 100 111110 100101111 111100 11000

Color Harmonies of #61185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61185D

Black with #61185D

Text Example


Text Example

White with #61185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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