Html Css Color HEX #613858 Palatinate Purple

📋 copy color: '#613858'

red 97 ◦ green 56 ◦ blue 88

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

Shades of Palatinate Purple #613858

Tints of Palatinate Purple #613858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

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

R = 40.25%
G = 23.24%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#613858 (or 0x613858) is known color: Palatinate Purple. HEX triplet: 61, 38 and 58. RGB value is (97,56,88). Sum of RGB (Red+Green+Blue) = 97+56+88=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #613858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613858 is #9EC7A7. Grayscale: #474747. Windows color (decimal): -10405800 or 5781601. OLE color: 5781601.

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

Color convert

RGB 97 56 88 -
CMYK 0 0.42 0.09 0.62
HSL 313.17º 0.27% 0.3% -
HSV(B) 313.17º 0.42% 0.38% -
XYZ 8.11 6.07 9.98 -
YUV 71.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 97 56 88 0 0.42 0.09 0.62 313.17 0.27 0.3
Hex 61 38 58 0 2A 9 3E 139 1B 1E
Octal 141 70 130 0 52 11 76 471 33 36
Binary 1100001 111000 1011000 0 101010 1001 111110 100111001 11011 11110

Color Harmonies of #613858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613858

Black with #613858

Text Example


Text Example

White with #613858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613858; }

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

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

background-color css

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

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

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

border-color css

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

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

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