Html Css Color HEX #61125B Palatinate Purple

📋 copy color: '#61125B'

red 97 ◦ green 18 ◦ blue 91

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

Shades of Palatinate Purple #61125B

Tints of Palatinate Purple #61125B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

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

R = 47.09%
G = 8.74%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61125B (or 0x61125B) is known color: Palatinate Purple. HEX triplet: 61, 12 and 5B. RGB value is (97,18,91). Sum of RGB (Red+Green+Blue) = 97+18+91=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #61125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61125B is #9EEDA4. Grayscale: #313131. Windows color (decimal): -10415525 or 5968481. OLE color: 5968481.

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

Color convert

RGB 97 18 91 -
CMYK 0 0.81 0.06 0.62
HSL 304.56º 0.69% 0.23% -
HSV(B) 304.56º 0.81% 0.38% -
XYZ 7.03 3.73 10.25 -
YUV 49.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 97 18 91 0 0.81 0.06 0.62 304.56 0.69 0.23
Hex 61 12 5B 0 51 6 3E 131 45 17
Octal 141 22 133 0 121 6 76 461 105 27
Binary 1100001 10010 1011011 0 1010001 110 111110 100110001 1000101 10111

Color Harmonies of #61125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61125B

Black with #61125B

Text Example


Text Example

White with #61125B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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