Html Css Color HEX #613758 Palatinate Purple

📋 copy color: '#613758'

red 97 ◦ green 55 ◦ blue 88

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

Shades of Palatinate Purple #613758

Tints of Palatinate Purple #613758

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.92%

 BLUE value IS 88 (34.77% from 255) = 36.67%

R = 40.42%
G = 22.92%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#613758 (or 0x613758) is known color: Palatinate Purple. HEX triplet: 61, 37 and 58. RGB value is (97,55,88). Sum of RGB (Red+Green+Blue) = 97+55+88=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #613758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613758 is #9EC8A7. Grayscale: #474747. Windows color (decimal): -10406056 or 5781345. OLE color: 5781345.

HSL color Cylindrical-coordinate representation of color #613758: hue angle of 312.86º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #613758 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 55 88 -
CMYK 0 0.43 0.09 0.62
HSL 312.86º 0.28% 0.3% -
HSV(B) 312.86º 0.43% 0.38% -
XYZ 8.06 5.98 9.96 -
YUV 71.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 97 55 88 0 0.43 0.09 0.62 312.86 0.28 0.3
Hex 61 37 58 0 2B 9 3E 139 1C 1E
Octal 141 67 130 0 53 11 76 471 34 36
Binary 1100001 110111 1011000 0 101011 1001 111110 100111001 11100 11110

Color Harmonies of #613758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613758

Black with #613758

Text Example


Text Example

White with #613758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613758; }

 p { color: rgb(97,55,88); }

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

background-color css

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

 a { background-color: rgb(97,55,88); }

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

border-color css

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

 span { border-color: rgb(97,55,88); }

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