Html Css Color HEX #61395E Palatinate Purple

📋 copy color: '#61395E'

red 97 ◦ green 57 ◦ blue 94

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

Shades of Palatinate Purple #61395E

Tints of Palatinate Purple #61395E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.9%

R = 39.11%
G = 22.98%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#61395E (or 0x61395E) is known color: Palatinate Purple. HEX triplet: 61, 39 and 5E. RGB value is (97,57,94). Sum of RGB (Red+Green+Blue) = 97+57+94=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #61395E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61395E is #9EC6A1. Grayscale: #494949. Windows color (decimal): -10405538 or 6175073. OLE color: 6175073.

HSL color Cylindrical-coordinate representation of color #61395E: hue angle of 304.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 #61395E is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 57 94 -
CMYK 0 0.41 0.03 0.62
HSL 304.5º 0.26% 0.3% -
HSV(B) 304.5º 0.41% 0.38% -
XYZ 8.41 6.28 11.36 -
YUV 73.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 97 57 94 0 0.41 0.03 0.62 304.5 0.26 0.3
Hex 61 39 5E 0 29 3 3E 130 1A 1E
Octal 141 71 136 0 51 3 76 460 32 36
Binary 1100001 111001 1011110 0 101001 11 111110 100110000 11010 11110

Color Harmonies of #61395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61395E

Black with #61395E

Text Example


Text Example

White with #61395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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