Html Css Color HEX #61325F Palatinate Purple

📋 copy color: '#61325F'

red 97 ◦ green 50 ◦ blue 95

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

Shades of Palatinate Purple #61325F

Tints of Palatinate Purple #61325F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

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

R = 40.08%
G = 20.66%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#61325F (or 0x61325F) is known color: Palatinate Purple. HEX triplet: 61, 32 and 5F. RGB value is (97,50,95). Sum of RGB (Red+Green+Blue) = 97+50+95=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #61325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61325F is #9ECDA0. Grayscale: #454545. Windows color (decimal): -10407329 or 6238817. OLE color: 6238817.

HSL color Cylindrical-coordinate representation of color #61325F: hue angle of 302.55º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61325F is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 50 95 -
CMYK 0 0.48 0.02 0.62
HSL 302.55º 0.32% 0.29% -
HSV(B) 302.55º 0.48% 0.38% -
XYZ 8.14 5.65 11.49 -
YUV 69.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 97 50 95 0 0.48 0.02 0.62 302.55 0.32 0.29
Hex 61 32 5F 0 30 2 3E 12F 20 1D
Octal 141 62 137 0 60 2 76 457 40 35
Binary 1100001 110010 1011111 0 110000 10 111110 100101111 100000 11101

Color Harmonies of #61325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61325F

Black with #61325F

Text Example


Text Example

White with #61325F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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