Html Css Color HEX #613B5C Palatinate Purple

📋 copy color: '#613B5C'

red 97 ◦ green 59 ◦ blue 92

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

Shades of Palatinate Purple #613B5C

Tints of Palatinate Purple #613B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.1%

R = 39.11%
G = 23.79%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#613B5C (or 0x613B5C) is known color: Palatinate Purple. HEX triplet: 61, 3B and 5C. RGB value is (97,59,92). Sum of RGB (Red+Green+Blue) = 97+59+92=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #613B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613B5C is #9EC4A3. Grayscale: #4A4A4A. Windows color (decimal): -10405028 or 6044513. OLE color: 6044513.

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

Color convert

RGB 97 59 92 -
CMYK 0 0.39 0.05 0.62
HSL 307.89º 0.24% 0.31% -
HSV(B) 307.89º 0.39% 0.38% -
XYZ 8.43 6.44 10.92 -
YUV 74.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 97 59 92 0 0.39 0.05 0.62 307.89 0.24 0.31
Hex 61 3B 5C 0 27 5 3E 134 18 1F
Octal 141 73 134 0 47 5 76 464 30 37
Binary 1100001 111011 1011100 0 100111 101 111110 100110100 11000 11111

Color Harmonies of #613B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613B5C

Black with #613B5C

Text Example


Text Example

White with #613B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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