Html Css Color HEX #61135F Palatinate Purple

📋 copy color: '#61135F'

red 97 ◦ green 19 ◦ blue 95

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

Shades of Palatinate Purple #61135F

Tints of Palatinate Purple #61135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9%

 BLUE value IS 95 (37.5% from 255) = 45.02%

R = 45.97%
G = 9%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#61135F (or 0x61135F) is known color: Palatinate Purple. HEX triplet: 61, 13 and 5F. RGB value is (97,19,95). Sum of RGB (Red+Green+Blue) = 97+19+95=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61135F is #9EECA0. Grayscale: #323232. Windows color (decimal): -10415265 or 6230881. OLE color: 6230881.

HSL color Cylindrical-coordinate representation of color #61135F: hue angle of 301.54º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61135F is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 19 95 -
CMYK 0 0.80 0.02 0.62
HSL 301.54º 0.67% 0.23% -
HSV(B) 301.54º 0.8% 0.38% -
XYZ 7.23 3.83 11.19 -
YUV 50.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 97 19 95 0 0.80 0.02 0.62 301.54 0.67 0.23
Hex 61 13 5F 0 50 2 3E 12E 43 17
Octal 141 23 137 0 120 2 76 456 103 27
Binary 1100001 10011 1011111 0 1010000 10 111110 100101110 1000011 10111

Color Harmonies of #61135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61135F

Black with #61135F

Text Example


Text Example

White with #61135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61135F; }

 p { color: rgb(97,19,95); }

 H1.HeaderClassName
 {
   color: #61135F;
 }
 .AnyTagClassName
 {
   color: #61135F;
 }
</style>

background-color css

<style>
 a { background-color: #61135F; }

 a { background-color: rgb(97,19,95); }

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

border-color css

<style>
 span { border-color: #61135F; }

 span { border-color: rgb(97,19,95); }

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