Html Css Color HEX #680A60 Palatinate Purple

📋 copy color: '#680A60'

red 104 ◦ green 10 ◦ blue 96

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

Shades of Palatinate Purple #680A60

Tints of Palatinate Purple #680A60

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.76%

 BLUE value IS 96 (37.89% from 255) = 45.71%

R = 49.52%
G = 4.76%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#680A60 (or 0x680A60) is known color: Palatinate Purple. HEX triplet: 68, 0A and 60. RGB value is (104,10,96). Sum of RGB (Red+Green+Blue) = 104+10+96=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #680A60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A60 is #97F59F. Grayscale: #2F2F2F. Windows color (decimal): -9958816 or 6294120. OLE color: 6294120.

HSL color Cylindrical-coordinate representation of color #680A60: hue angle of 305.11º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A60 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 10 96 -
CMYK 0 0.90 0.08 0.59
HSL 305.11º 0.82% 0.22% -
HSV(B) 305.11º 0.9% 0.41% -
XYZ 7.93 4 11.42 -
YUV 47.91 155.14 168.01 -
System Red Green Blue C M Y K H S L
Decimal 104 10 96 0 0.90 0.08 0.59 305.11 0.82 0.22
Hex 68 A 60 0 5A 8 3B 131 52 16
Octal 150 12 140 0 132 10 73 461 122 26
Binary 1101000 1010 1100000 0 1011010 1000 111011 100110001 1010010 10110

Color Harmonies of #680A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A60

Black with #680A60

Text Example


Text Example

White with #680A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680A60; }

 p { color: rgb(104,10,96); }

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

background-color css

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

 a { background-color: rgb(104,10,96); }

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

border-color css

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

 span { border-color: rgb(104,10,96); }

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