Html Css Color HEX #61325C Palatinate Purple

📋 copy color: '#61325C'

red 97 ◦ green 50 ◦ blue 92

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

Shades of Palatinate Purple #61325C

Tints of Palatinate Purple #61325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.49%

R = 40.59%
G = 20.92%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#61325C (or 0x61325C) is known color: Palatinate Purple. HEX triplet: 61, 32 and 5C. RGB value is (97,50,92). Sum of RGB (Red+Green+Blue) = 97+50+92=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #61325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61325C is #9ECDA3. Grayscale: #444444. Windows color (decimal): -10407332 or 6042209. OLE color: 6042209.

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

Color convert

RGB 97 50 92 -
CMYK 0 0.48 0.05 0.62
HSL 306.38º 0.32% 0.29% -
HSV(B) 306.38º 0.48% 0.38% -
XYZ 8 5.6 10.78 -
YUV 68.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 97 50 92 0 0.48 0.05 0.62 306.38 0.32 0.29
Hex 61 32 5C 0 30 5 3E 132 20 1D
Octal 141 62 134 0 60 5 76 462 40 35
Binary 1100001 110010 1011100 0 110000 101 111110 100110010 100000 11101

Color Harmonies of #61325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61325C

Black with #61325C

Text Example


Text Example

White with #61325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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