Html Css Color HEX #613359 Palatinate Purple

📋 copy color: '#613359'

red 97 ◦ green 51 ◦ blue 89

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

Shades of Palatinate Purple #613359

Tints of Palatinate Purple #613359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.52%

 BLUE value IS 89 (35.16% from 255) = 37.55%

R = 40.93%
G = 21.52%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#613359 (or 0x613359) is known color: Palatinate Purple. HEX triplet: 61, 33 and 59. RGB value is (97,51,89). Sum of RGB (Red+Green+Blue) = 97+51+89=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #613359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613359 is #9ECCA6. Grayscale: #444444. Windows color (decimal): -10407079 or 5845857. OLE color: 5845857.

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

Color convert

RGB 97 51 89 -
CMYK 0 0.47 0.08 0.62
HSL 310.43º 0.31% 0.29% -
HSV(B) 310.43º 0.47% 0.38% -
XYZ 7.92 5.63 10.12 -
YUV 69.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 97 51 89 0 0.47 0.08 0.62 310.43 0.31 0.29
Hex 61 33 59 0 2F 8 3E 136 1F 1D
Octal 141 63 131 0 57 10 76 466 37 35
Binary 1100001 110011 1011001 0 101111 1000 111110 100110110 11111 11101

Color Harmonies of #613359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613359

Black with #613359

Text Example


Text Example

White with #613359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613359; }

 p { color: rgb(97,51,89); }

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

background-color css

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

 a { background-color: rgb(97,51,89); }

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

border-color css

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

 span { border-color: rgb(97,51,89); }

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