Html Css Color HEX #61135A Palatinate Purple

📋 copy color: '#61135A'

red 97 ◦ green 19 ◦ blue 90

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

Shades of Palatinate Purple #61135A

Tints of Palatinate Purple #61135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.69%

R = 47.09%
G = 9.22%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#61135A (or 0x61135A) is known color: Palatinate Purple. HEX triplet: 61, 13 and 5A. RGB value is (97,19,90). Sum of RGB (Red+Green+Blue) = 97+19+90=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #61135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61135A is #9EECA5. Grayscale: #323232. Windows color (decimal): -10415270 or 5903201. OLE color: 5903201.

HSL color Cylindrical-coordinate representation of color #61135A: hue angle of 305.38º 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 #61135A is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 19 90 -
CMYK 0 0.80 0.07 0.62
HSL 305.38º 0.67% 0.23% -
HSV(B) 305.38º 0.8% 0.38% -
XYZ 7.01 3.75 10.03 -
YUV 50.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 97 19 90 0 0.80 0.07 0.62 305.38 0.67 0.23
Hex 61 13 5A 0 50 7 3E 131 43 17
Octal 141 23 132 0 120 7 76 461 103 27
Binary 1100001 10011 1011010 0 1010000 111 111110 100110001 1000011 10111

Color Harmonies of #61135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61135A

Black with #61135A

Text Example


Text Example

White with #61135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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