Html Css Color HEX #61315A Palatinate Purple

📋 copy color: '#61315A'

red 97 ◦ green 49 ◦ blue 90

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

Shades of Palatinate Purple #61315A

Tints of Palatinate Purple #61315A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.76%

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

R = 41.1%
G = 20.76%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#61315A (or 0x61315A) is known color: Palatinate Purple. HEX triplet: 61, 31 and 5A. RGB value is (97,49,90). Sum of RGB (Red+Green+Blue) = 97+49+90=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #61315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61315A is #9ECEA5. Grayscale: #434343. Windows color (decimal): -10407590 or 5910881. OLE color: 5910881.

HSL color Cylindrical-coordinate representation of color #61315A: hue angle of 308.75º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61315A is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 49 90 -
CMYK 0 0.49 0.07 0.62
HSL 308.75º 0.33% 0.29% -
HSV(B) 308.75º 0.49% 0.38% -
XYZ 7.87 5.48 10.31 -
YUV 68.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 97 49 90 0 0.49 0.07 0.62 308.75 0.33 0.29
Hex 61 31 5A 0 31 7 3E 135 21 1D
Octal 141 61 132 0 61 7 76 465 41 35
Binary 1100001 110001 1011010 0 110001 111 111110 100110101 100001 11101

Color Harmonies of #61315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61315A

Black with #61315A

Text Example


Text Example

White with #61315A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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