Html Css Color HEX #61365C Palatinate Purple

📋 copy color: '#61365C'

red 97 ◦ green 54 ◦ blue 92

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

Shades of Palatinate Purple #61365C

Tints of Palatinate Purple #61365C

RGB

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

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

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

R = 39.92%
G = 22.22%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#61365C (or 0x61365C) is known color: Palatinate Purple. HEX triplet: 61, 36 and 5C. RGB value is (97,54,92). Sum of RGB (Red+Green+Blue) = 97+54+92=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #61365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61365C is #9EC9A3. Grayscale: #474747. Windows color (decimal): -10406308 or 6043233. OLE color: 6043233.

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

Color convert

RGB 97 54 92 -
CMYK 0 0.44 0.05 0.62
HSL 306.98º 0.28% 0.3% -
HSV(B) 306.98º 0.44% 0.38% -
XYZ 8.18 5.95 10.84 -
YUV 71.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 97 54 92 0 0.44 0.05 0.62 306.98 0.28 0.3
Hex 61 36 5C 0 2C 5 3E 133 1C 1E
Octal 141 66 134 0 54 5 76 463 34 36
Binary 1100001 110110 1011100 0 101100 101 111110 100110011 11100 11110

Color Harmonies of #61365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61365C

Black with #61365C

Text Example


Text Example

White with #61365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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