Html Css Color HEX #61365A Palatinate Purple

📋 copy color: '#61365A'

red 97 ◦ green 54 ◦ blue 90

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

Shades of Palatinate Purple #61365A

Tints of Palatinate Purple #61365A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.34%

R = 40.25%
G = 22.41%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#61365A (or 0x61365A) is known color: Palatinate Purple. HEX triplet: 61, 36 and 5A. RGB value is (97,54,90). Sum of RGB (Red+Green+Blue) = 97+54+90=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #61365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61365A is #9EC9A5. Grayscale: #464646. Windows color (decimal): -10406310 or 5912161. OLE color: 5912161.

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

Color convert

RGB 97 54 90 -
CMYK 0 0.44 0.07 0.62
HSL 309.77º 0.28% 0.3% -
HSV(B) 309.77º 0.44% 0.38% -
XYZ 8.09 5.92 10.39 -
YUV 70.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 97 54 90 0 0.44 0.07 0.62 309.77 0.28 0.3
Hex 61 36 5A 0 2C 7 3E 136 1C 1E
Octal 141 66 132 0 54 7 76 466 34 36
Binary 1100001 110110 1011010 0 101100 111 111110 100110110 11100 11110

Color Harmonies of #61365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61365A

Black with #61365A

Text Example


Text Example

White with #61365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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