Html Css Color HEX #682561 Palatinate Purple

📋 copy color: '#682561'

red 104 ◦ green 37 ◦ blue 97

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

Shades of Palatinate Purple #682561

Tints of Palatinate Purple #682561

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.55%

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

R = 43.7%
G = 15.55%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#682561 (or 0x682561) is known color: Palatinate Purple. HEX triplet: 68, 25 and 61. RGB value is (104,37,97). Sum of RGB (Red+Green+Blue) = 104+37+97=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #682561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682561 is #97DA9E. Grayscale: #3F3F3F. Windows color (decimal): -9951903 or 6366568. OLE color: 6366568.

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

Color convert

RGB 104 37 97 -
CMYK 0 0.64 0.07 0.59
HSL 306.27º 0.48% 0.28% -
HSV(B) 306.27º 0.64% 0.41% -
XYZ 8.53 5.13 11.85 -
YUV 63.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 104 37 97 0 0.64 0.07 0.59 306.27 0.48 0.28
Hex 68 25 61 0 40 7 3B 132 30 1C
Octal 150 45 141 0 100 7 73 462 60 34
Binary 1101000 100101 1100001 0 1000000 111 111011 100110010 110000 11100

Color Harmonies of #682561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682561

Black with #682561

Text Example


Text Example

White with #682561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682561; }

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

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

background-color css

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

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

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

border-color css

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

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

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