Html Css Color HEX #613155 Palatinate Purple

📋 copy color: '#613155'

red 97 ◦ green 49 ◦ blue 85

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

Shades of Palatinate Purple #613155

Tints of Palatinate Purple #613155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.21%

 BLUE value IS 85 (33.59% from 255) = 36.8%

R = 41.99%
G = 21.21%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#613155 (or 0x613155) is known color: Palatinate Purple. HEX triplet: 61, 31 and 55. RGB value is (97,49,85). Sum of RGB (Red+Green+Blue) = 97+49+85=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #613155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613155 is #9ECEAA. Grayscale: #434343. Windows color (decimal): -10407595 or 5583201. OLE color: 5583201.

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

Color convert

RGB 97 49 85 -
CMYK 0 0.49 0.12 0.62
HSL 315º 0.33% 0.29% -
HSV(B) 315º 0.49% 0.38% -
XYZ 7.67 5.39 9.23 -
YUV 67.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 97 49 85 0 0.49 0.12 0.62 315 0.33 0.29
Hex 61 31 55 0 31 C 3E 13B 21 1D
Octal 141 61 125 0 61 14 76 473 41 35
Binary 1100001 110001 1010101 0 110001 1100 111110 100111011 100001 11101

Color Harmonies of #613155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613155

Black with #613155

Text Example


Text Example

White with #613155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613155; }

 p { color: rgb(97,49,85); }

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

background-color css

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

 a { background-color: rgb(97,49,85); }

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

border-color css

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

 span { border-color: rgb(97,49,85); }

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