Html Css Color HEX #613B5B Palatinate Purple

📋 copy color: '#613B5B'

red 97 ◦ green 59 ◦ blue 91

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

Shades of Palatinate Purple #613B5B

Tints of Palatinate Purple #613B5B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.89%

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

R = 39.27%
G = 23.89%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#613B5B (or 0x613B5B) is known color: Palatinate Purple. HEX triplet: 61, 3B and 5B. RGB value is (97,59,91). Sum of RGB (Red+Green+Blue) = 97+59+91=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #613B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613B5B is #9EC4A4. Grayscale: #494949. Windows color (decimal): -10405029 or 5978977. OLE color: 5978977.

HSL color Cylindrical-coordinate representation of color #613B5B: hue angle of 309.47º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #613B5B is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 59 91 -
CMYK 0 0.39 0.06 0.62
HSL 309.47º 0.24% 0.31% -
HSV(B) 309.47º 0.39% 0.38% -
XYZ 8.38 6.42 10.7 -
YUV 74.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 97 59 91 0 0.39 0.06 0.62 309.47 0.24 0.31
Hex 61 3B 5B 0 27 6 3E 135 18 1F
Octal 141 73 133 0 47 6 76 465 30 37
Binary 1100001 111011 1011011 0 100111 110 111110 100110101 11000 11111

Color Harmonies of #613B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613B5B

Black with #613B5B

Text Example


Text Example

White with #613B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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