Html Css Color HEX #61395A Palatinate Purple

📋 copy color: '#61395A'

red 97 ◦ green 57 ◦ blue 90

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

Shades of Palatinate Purple #61395A

Tints of Palatinate Purple #61395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.36%

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

R = 39.75%
G = 23.36%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#61395A (or 0x61395A) is known color: Palatinate Purple. HEX triplet: 61, 39 and 5A. RGB value is (97,57,90). Sum of RGB (Red+Green+Blue) = 97+57+90=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #61395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61395A is #9EC6A5. Grayscale: #484848. Windows color (decimal): -10405542 or 5912929. OLE color: 5912929.

HSL color Cylindrical-coordinate representation of color #61395A: hue angle of 310.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61395A is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 57 90 -
CMYK 0 0.41 0.07 0.62
HSL 310.5º 0.26% 0.3% -
HSV(B) 310.5º 0.41% 0.38% -
XYZ 8.24 6.21 10.44 -
YUV 72.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 97 57 90 0 0.41 0.07 0.62 310.5 0.26 0.3
Hex 61 39 5A 0 29 7 3E 136 1A 1E
Octal 141 71 132 0 51 7 76 466 32 36
Binary 1100001 111001 1011010 0 101001 111 111110 100110110 11010 11110

Color Harmonies of #61395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61395A

Black with #61395A

Text Example


Text Example

White with #61395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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