Html Css Color HEX #61325B Palatinate Purple

📋 copy color: '#61325B'

red 97 ◦ green 50 ◦ blue 91

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

Shades of Palatinate Purple #61325B

Tints of Palatinate Purple #61325B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.24%

R = 40.76%
G = 21.01%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61325B (or 0x61325B) is known color: Palatinate Purple. HEX triplet: 61, 32 and 5B. RGB value is (97,50,91). Sum of RGB (Red+Green+Blue) = 97+50+91=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #61325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61325B is #9ECDA4. Grayscale: #444444. Windows color (decimal): -10407333 or 5976673. OLE color: 5976673.

HSL color Cylindrical-coordinate representation of color #61325B: hue angle of 307.66º 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 #61325B is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 50 91 -
CMYK 0 0.48 0.06 0.62
HSL 307.66º 0.32% 0.29% -
HSV(B) 307.66º 0.48% 0.38% -
XYZ 7.96 5.58 10.55 -
YUV 68.73 140.57 148.17 -
System Red Green Blue C M Y K H S L
Decimal 97 50 91 0 0.48 0.06 0.62 307.66 0.32 0.29
Hex 61 32 5B 0 30 6 3E 134 20 1D
Octal 141 62 133 0 60 6 76 464 40 35
Binary 1100001 110010 1011011 0 110000 110 111110 100110100 100000 11101

Color Harmonies of #61325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61325B

Black with #61325B

Text Example


Text Example

White with #61325B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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