Html Css Color HEX #61295F Palatinate Purple

📋 copy color: '#61295F'

red 97 ◦ green 41 ◦ blue 95

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

Shades of Palatinate Purple #61295F

Tints of Palatinate Purple #61295F

RGB

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

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

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

R = 41.63%
G = 17.6%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#61295F (or 0x61295F) is known color: Palatinate Purple. HEX triplet: 61, 29 and 5F. RGB value is (97,41,95). Sum of RGB (Red+Green+Blue) = 97+41+95=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #61295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61295F is #9ED6A0. Grayscale: #3F3F3F. Windows color (decimal): -10409633 or 6236513. OLE color: 6236513.

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

Color convert

RGB 97 41 95 -
CMYK 0 0.58 0.02 0.62
HSL 302.14º 0.41% 0.27% -
HSV(B) 302.14º 0.58% 0.38% -
XYZ 7.79 4.95 11.37 -
YUV 63.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 97 41 95 0 0.58 0.02 0.62 302.14 0.41 0.27
Hex 61 29 5F 0 3A 2 3E 12E 29 1B
Octal 141 51 137 0 72 2 76 456 51 33
Binary 1100001 101001 1011111 0 111010 10 111110 100101110 101001 11011

Color Harmonies of #61295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61295F

Black with #61295F

Text Example


Text Example

White with #61295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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