Html Css Color HEX #61315C Palatinate Purple

📋 copy color: '#61315C'

red 97 ◦ green 49 ◦ blue 92

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

Shades of Palatinate Purple #61315C

Tints of Palatinate Purple #61315C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.59%

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

R = 40.76%
G = 20.59%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#61315C (or 0x61315C) is known color: Palatinate Purple. HEX triplet: 61, 31 and 5C. RGB value is (97,49,92). Sum of RGB (Red+Green+Blue) = 97+49+92=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #61315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61315C is #9ECEA3. Grayscale: #444444. Windows color (decimal): -10407588 or 6041953. OLE color: 6041953.

HSL color Cylindrical-coordinate representation of color #61315C: hue angle of 306.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61315C is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 49 92 -
CMYK 0 0.49 0.05 0.62
HSL 306.25º 0.33% 0.29% -
HSV(B) 306.25º 0.49% 0.38% -
XYZ 7.96 5.51 10.77 -
YUV 68.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 97 49 92 0 0.49 0.05 0.62 306.25 0.33 0.29
Hex 61 31 5C 0 31 5 3E 132 21 1D
Octal 141 61 134 0 61 5 76 462 41 35
Binary 1100001 110001 1011100 0 110001 101 111110 100110010 100001 11101

Color Harmonies of #61315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61315C

Black with #61315C

Text Example


Text Example

White with #61315C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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