Html Css Color HEX #61315F Palatinate Purple

📋 copy color: '#61315F'

red 97 ◦ green 49 ◦ blue 95

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

Shades of Palatinate Purple #61315F

Tints of Palatinate Purple #61315F

RGB

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

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

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

R = 40.25%
G = 20.33%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#61315F (or 0x61315F) is known color: Palatinate Purple. HEX triplet: 61, 31 and 5F. RGB value is (97,49,95). Sum of RGB (Red+Green+Blue) = 97+49+95=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #61315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61315F is #9ECEA0. Grayscale: #444444. Windows color (decimal): -10407585 or 6238561. OLE color: 6238561.

HSL color Cylindrical-coordinate representation of color #61315F: hue angle of 302.5º 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 #61315F is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 49 95 -
CMYK 0 0.49 0.02 0.62
HSL 302.5º 0.33% 0.29% -
HSV(B) 302.5º 0.49% 0.38% -
XYZ 8.09 5.56 11.47 -
YUV 68.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 97 49 95 0 0.49 0.02 0.62 302.5 0.33 0.29
Hex 61 31 5F 0 31 2 3E 12E 21 1D
Octal 141 61 137 0 61 2 76 456 41 35
Binary 1100001 110001 1011111 0 110001 10 111110 100101110 100001 11101

Color Harmonies of #61315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61315F

Black with #61315F

Text Example


Text Example

White with #61315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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