Html Css Color HEX #613B5D Palatinate Purple

📋 copy color: '#613B5D'

red 97 ◦ green 59 ◦ blue 93

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

Shades of Palatinate Purple #613B5D

Tints of Palatinate Purple #613B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.35%

R = 38.96%
G = 23.69%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#613B5D (or 0x613B5D) is known color: Palatinate Purple. HEX triplet: 61, 3B and 5D. RGB value is (97,59,93). Sum of RGB (Red+Green+Blue) = 97+59+93=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #613B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613B5D is #9EC4A2. Grayscale: #4A4A4A. Windows color (decimal): -10405027 or 6110049. OLE color: 6110049.

HSL color Cylindrical-coordinate representation of color #613B5D: hue angle of 306.32º 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 #613B5D is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 59 93 -
CMYK 0 0.39 0.04 0.62
HSL 306.32º 0.24% 0.31% -
HSV(B) 306.32º 0.39% 0.38% -
XYZ 8.47 6.46 11.16 -
YUV 74.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 97 59 93 0 0.39 0.04 0.62 306.32 0.24 0.31
Hex 61 3B 5D 0 27 4 3E 132 18 1F
Octal 141 73 135 0 47 4 76 462 30 37
Binary 1100001 111011 1011101 0 100111 100 111110 100110010 11000 11111

Color Harmonies of #613B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613B5D

Black with #613B5D

Text Example


Text Example

White with #613B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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