Html Css Color HEX #613057 Palatinate Purple

📋 copy color: '#613057'

red 97 ◦ green 48 ◦ blue 87

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

Shades of Palatinate Purple #613057

Tints of Palatinate Purple #613057

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.69%

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

R = 41.81%
G = 20.69%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#613057 (or 0x613057) is known color: Palatinate Purple. HEX triplet: 61, 30 and 57. RGB value is (97,48,87). Sum of RGB (Red+Green+Blue) = 97+48+87=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #613057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613057 is #9ECFA8. Grayscale: #424242. Windows color (decimal): -10407849 or 5714017. OLE color: 5714017.

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

Color convert

RGB 97 48 87 -
CMYK 0 0.51 0.10 0.62
HSL 312.24º 0.34% 0.28% -
HSV(B) 312.24º 0.51% 0.38% -
XYZ 7.71 5.34 9.64 -
YUV 67.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 97 48 87 0 0.51 0.10 0.62 312.24 0.34 0.28
Hex 61 30 57 0 33 A 3E 138 22 1C
Octal 141 60 127 0 63 12 76 470 42 34
Binary 1100001 110000 1010111 0 110011 1010 111110 100111000 100010 11100

Color Harmonies of #613057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613057

Black with #613057

Text Example


Text Example

White with #613057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613057; }

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

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

background-color css

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

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

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

border-color css

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

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

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