Html Css Color HEX #61355B Palatinate Purple

📋 copy color: '#61355B'

red 97 ◦ green 53 ◦ blue 91

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

Shades of Palatinate Purple #61355B

Tints of Palatinate Purple #61355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.76%

R = 40.25%
G = 21.99%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61355B (or 0x61355B) is known color: Palatinate Purple. HEX triplet: 61, 35 and 5B. RGB value is (97,53,91). Sum of RGB (Red+Green+Blue) = 97+53+91=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #61355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61355B is #9ECAA4. Grayscale: #464646. Windows color (decimal): -10406565 or 5977441. OLE color: 5977441.

HSL color Cylindrical-coordinate representation of color #61355B: hue angle of 308.18º 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 #61355B is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 53 91 -
CMYK 0 0.45 0.06 0.62
HSL 308.18º 0.29% 0.29% -
HSV(B) 308.18º 0.45% 0.38% -
XYZ 8.09 5.84 10.6 -
YUV 70.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 97 53 91 0 0.45 0.06 0.62 308.18 0.29 0.29
Hex 61 35 5B 0 2D 6 3E 134 1D 1D
Octal 141 65 133 0 55 6 76 464 35 35
Binary 1100001 110101 1011011 0 101101 110 111110 100110100 11101 11101

Color Harmonies of #61355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61355B

Black with #61355B

Text Example


Text Example

White with #61355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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