Html Css Color HEX #61295D Palatinate Purple

📋 copy color: '#61295D'

red 97 ◦ green 41 ◦ blue 93

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

Shades of Palatinate Purple #61295D

Tints of Palatinate Purple #61295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.75%

 BLUE value IS 93 (36.72% from 255) = 40.26%

R = 41.99%
G = 17.75%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#61295D (or 0x61295D) is known color: Palatinate Purple. HEX triplet: 61, 29 and 5D. RGB value is (97,41,93). Sum of RGB (Red+Green+Blue) = 97+41+93=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #61295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61295D is #9ED6A2. Grayscale: #3F3F3F. Windows color (decimal): -10409635 or 6105441. OLE color: 6105441.

HSL color Cylindrical-coordinate representation of color #61295D: hue angle of 304.29º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61295D is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 41 93 -
CMYK 0 0.58 0.04 0.62
HSL 304.29º 0.41% 0.27% -
HSV(B) 304.29º 0.58% 0.38% -
XYZ 7.7 4.92 10.9 -
YUV 63.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 97 41 93 0 0.58 0.04 0.62 304.29 0.41 0.27
Hex 61 29 5D 0 3A 4 3E 130 29 1B
Octal 141 51 135 0 72 4 76 460 51 33
Binary 1100001 101001 1011101 0 111010 100 111110 100110000 101001 11011

Color Harmonies of #61295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61295D

Black with #61295D

Text Example


Text Example

White with #61295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61295D; }

 p { color: rgb(97,41,93); }

 H1.HeaderClassName
 {
   color: #61295D;
 }
 .AnyTagClassName
 {
   color: #61295D;
 }
</style>

background-color css

<style>
 a { background-color: #61295D; }

 a { background-color: rgb(97,41,93); }

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

border-color css

<style>
 span { border-color: #61295D; }

 span { border-color: rgb(97,41,93); }

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