Html Css Color HEX #613457 Palatinate Purple

📋 copy color: '#613457'

red 97 ◦ green 52 ◦ blue 87

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

Shades of Palatinate Purple #613457

Tints of Palatinate Purple #613457

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.03%

 BLUE value IS 87 (34.38% from 255) = 36.86%

R = 41.1%
G = 22.03%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#613457 (or 0x613457) is known color: Palatinate Purple. HEX triplet: 61, 34 and 57. RGB value is (97,52,87). Sum of RGB (Red+Green+Blue) = 97+52+87=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #613457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613457 is #9ECBA8. Grayscale: #454545. Windows color (decimal): -10406825 or 5715041. OLE color: 5715041.

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

Color convert

RGB 97 52 87 -
CMYK 0 0.46 0.10 0.62
HSL 313.33º 0.3% 0.29% -
HSV(B) 313.33º 0.46% 0.38% -
XYZ 7.88 5.69 9.7 -
YUV 69.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 97 52 87 0 0.46 0.10 0.62 313.33 0.3 0.29
Hex 61 34 57 0 2E A 3E 139 1E 1D
Octal 141 64 127 0 56 12 76 471 36 35
Binary 1100001 110100 1010111 0 101110 1010 111110 100111001 11110 11101

Color Harmonies of #613457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613457

Black with #613457

Text Example


Text Example

White with #613457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613457; }

 p { color: rgb(97,52,87); }

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

background-color css

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

 a { background-color: rgb(97,52,87); }

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

border-color css

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

 span { border-color: rgb(97,52,87); }

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