Html Css Color HEX #682860 Palatinate Purple

📋 copy color: '#682860'

red 104 ◦ green 40 ◦ blue 96

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

Shades of Palatinate Purple #682860

Tints of Palatinate Purple #682860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

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

R = 43.33%
G = 16.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#682860 (or 0x682860) is known color: Palatinate Purple. HEX triplet: 68, 28 and 60. RGB value is (104,40,96). Sum of RGB (Red+Green+Blue) = 104+40+96=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #682860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682860 is #97D79F. Grayscale: #414141. Windows color (decimal): -9951136 or 6301800. OLE color: 6301800.

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

Color convert

RGB 104 40 96 -
CMYK 0 0.62 0.08 0.59
HSL 307.5º 0.44% 0.28% -
HSV(B) 307.5º 0.62% 0.41% -
XYZ 8.58 5.31 11.64 -
YUV 65.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 104 40 96 0 0.62 0.08 0.59 307.5 0.44 0.28
Hex 68 28 60 0 3E 8 3B 134 2C 1C
Octal 150 50 140 0 76 10 73 464 54 34
Binary 1101000 101000 1100000 0 111110 1000 111011 100110100 101100 11100

Color Harmonies of #682860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682860

Black with #682860

Text Example


Text Example

White with #682860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682860; }

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

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

background-color css

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

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

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

border-color css

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

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

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