Html Css Color HEX #683561 Palatinate Purple

📋 copy color: '#683561'

red 104 ◦ green 53 ◦ blue 97

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

Shades of Palatinate Purple #683561

Tints of Palatinate Purple #683561

RGB

 RED value IS 104 (41.02% from 255) = 40.94%

 GREEN value IS 53 (21.09% from 255) = 20.87%

 BLUE value IS 97 (38.28% from 255) = 38.19%

R = 40.94%
G = 20.87%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#683561 (or 0x683561) is known color: Palatinate Purple. HEX triplet: 68, 35 and 61. RGB value is (104,53,97). Sum of RGB (Red+Green+Blue) = 104+53+97=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #683561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683561 is #97CA9E. Grayscale: #494949. Windows color (decimal): -9947807 or 6370664. OLE color: 6370664.

HSL color Cylindrical-coordinate representation of color #683561: hue angle of 308.24º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #683561 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 53 97 -
CMYK 0 0.49 0.07 0.59
HSL 308.24º 0.32% 0.31% -
HSV(B) 308.24º 0.49% 0.41% -
XYZ 9.14 6.35 12.05 -
YUV 73.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 104 53 97 0 0.49 0.07 0.59 308.24 0.32 0.31
Hex 68 35 61 0 31 7 3B 134 20 1F
Octal 150 65 141 0 61 7 73 464 40 37
Binary 1101000 110101 1100001 0 110001 111 111011 100110100 100000 11111

Color Harmonies of #683561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683561

Black with #683561

Text Example


Text Example

White with #683561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683561; }

 p { color: rgb(104,53,97); }

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

background-color css

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

 a { background-color: rgb(104,53,97); }

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

border-color css

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

 span { border-color: rgb(104,53,97); }

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