Html Css Color HEX #61355E Palatinate Purple

📋 copy color: '#61355E'

red 97 ◦ green 53 ◦ blue 94

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

Shades of Palatinate Purple #61355E

Tints of Palatinate Purple #61355E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.72%

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

R = 39.75%
G = 21.72%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#61355E (or 0x61355E) is known color: Palatinate Purple. HEX triplet: 61, 35 and 5E. RGB value is (97,53,94). Sum of RGB (Red+Green+Blue) = 97+53+94=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #61355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61355E is #9ECAA1. Grayscale: #464646. Windows color (decimal): -10406562 or 6174049. OLE color: 6174049.

HSL color Cylindrical-coordinate representation of color #61355E: hue angle of 304.09º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61355E is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 53 94 -
CMYK 0 0.45 0.03 0.62
HSL 304.09º 0.29% 0.29% -
HSV(B) 304.09º 0.45% 0.38% -
XYZ 8.22 5.9 11.29 -
YUV 70.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 97 53 94 0 0.45 0.03 0.62 304.09 0.29 0.29
Hex 61 35 5E 0 2D 3 3E 130 1D 1D
Octal 141 65 136 0 55 3 76 460 35 35
Binary 1100001 110101 1011110 0 101101 11 111110 100110000 11101 11101

Color Harmonies of #61355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61355E

Black with #61355E

Text Example


Text Example

White with #61355E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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