Html Css Color HEX #61115B Palatinate Purple

📋 copy color: '#61115B'

red 97 ◦ green 17 ◦ blue 91

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

Shades of Palatinate Purple #61115B

Tints of Palatinate Purple #61115B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.29%

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

R = 47.32%
G = 8.29%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61115B (or 0x61115B) is known color: Palatinate Purple. HEX triplet: 61, 11 and 5B. RGB value is (97,17,91). Sum of RGB (Red+Green+Blue) = 97+17+91=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #61115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61115B is #9EEEA4. Grayscale: #313131. Windows color (decimal): -10415781 or 5968225. OLE color: 5968225.

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

Color convert

RGB 97 17 91 -
CMYK 0 0.82 0.06 0.62
HSL 304.5º 0.7% 0.22% -
HSV(B) 304.5º 0.82% 0.38% -
XYZ 7.02 3.7 10.24 -
YUV 49.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 97 17 91 0 0.82 0.06 0.62 304.5 0.7 0.22
Hex 61 11 5B 0 52 6 3E 130 46 16
Octal 141 21 133 0 122 6 76 460 106 26
Binary 1100001 10001 1011011 0 1010010 110 111110 100110000 1000110 10110

Color Harmonies of #61115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61115B

Black with #61115B

Text Example


Text Example

White with #61115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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