Html Css Color HEX #61365D Palatinate Purple

📋 copy color: '#61365D'

red 97 ◦ green 54 ◦ blue 93

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

Shades of Palatinate Purple #61365D

Tints of Palatinate Purple #61365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.13%

 BLUE value IS 93 (36.72% from 255) = 38.11%

R = 39.75%
G = 22.13%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#61365D (or 0x61365D) is known color: Palatinate Purple. HEX triplet: 61, 36 and 5D. RGB value is (97,54,93). Sum of RGB (Red+Green+Blue) = 97+54+93=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #61365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61365D is #9EC9A2. Grayscale: #474747. Windows color (decimal): -10406307 or 6108769. OLE color: 6108769.

HSL color Cylindrical-coordinate representation of color #61365D: hue angle of 305.58º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61365D is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 54 93 -
CMYK 0 0.44 0.04 0.62
HSL 305.58º 0.28% 0.3% -
HSV(B) 305.58º 0.44% 0.38% -
XYZ 8.22 5.97 11.07 -
YUV 71.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 97 54 93 0 0.44 0.04 0.62 305.58 0.28 0.3
Hex 61 36 5D 0 2C 4 3E 132 1C 1E
Octal 141 66 135 0 54 4 76 462 34 36
Binary 1100001 110110 1011101 0 101100 100 111110 100110010 11100 11110

Color Harmonies of #61365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61365D

Black with #61365D

Text Example


Text Example

White with #61365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61365D; }

 p { color: rgb(97,54,93); }

 H1.HeaderClassName
 {
   color: #61365D;
 }
 .AnyTagClassName
 {
   color: #61365D;
 }
</style>

background-color css

<style>
 a { background-color: #61365D; }

 a { background-color: rgb(97,54,93); }

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

border-color css

<style>
 span { border-color: #61365D; }

 span { border-color: rgb(97,54,93); }

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