Html Css Color HEX #682760 Palatinate Purple

📋 copy color: '#682760'

red 104 ◦ green 39 ◦ blue 96

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

Shades of Palatinate Purple #682760

Tints of Palatinate Purple #682760

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.32%

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

R = 43.51%
G = 16.32%
B = 40.17%

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

#682760 (or 0x682760) is known color: Palatinate Purple. HEX triplet: 68, 27 and 60. RGB value is (104,39,96). Sum of RGB (Red+Green+Blue) = 104+39+96=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #682760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682760 is #97D89F. Grayscale: #404040. Windows color (decimal): -9951392 or 6301544. OLE color: 6301544.

HSL color Cylindrical-coordinate representation of color #682760: hue angle of 307.38º degrees, saturation: 0.45, 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 #682760 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 39 96 -
CMYK 0 0.62 0.08 0.59
HSL 307.38º 0.45% 0.28% -
HSV(B) 307.38º 0.63% 0.41% -
XYZ 8.55 5.24 11.63 -
YUV 64.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 104 39 96 0 0.62 0.08 0.59 307.38 0.45 0.28
Hex 68 27 60 0 3E 8 3B 133 2D 1C
Octal 150 47 140 0 76 10 73 463 55 34
Binary 1101000 100111 1100000 0 111110 1000 111011 100110011 101101 11100

Color Harmonies of #682760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682760

Black with #682760

Text Example


Text Example

White with #682760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682760; }

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

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

background-color css

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

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

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

border-color css

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

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

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