Html Css Color HEX #680260 Palatinate Purple

📋 copy color: '#680260'

red 104 ◦ green 2 ◦ blue 96

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

Shades of Palatinate Purple #680260

Tints of Palatinate Purple #680260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 51.49%
G = 0.99%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#680260 (or 0x680260) is known color: Palatinate Purple. HEX triplet: 68, 02 and 60. RGB value is (104,2,96). Sum of RGB (Red+Green+Blue) = 104+2+96=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #680260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680260 is #97FD9F. Grayscale: #2A2A2A. Windows color (decimal): -9960864 or 6292072. OLE color: 6292072.

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

Color convert

RGB 104 2 96 -
CMYK 0 0.98 0.08 0.59
HSL 304.71º 0.96% 0.21% -
HSV(B) 304.71º 0.98% 0.41% -
XYZ 7.84 3.83 11.39 -
YUV 43.21 157.79 171.36 -
System Red Green Blue C M Y K H S L
Decimal 104 2 96 0 0.98 0.08 0.59 304.71 0.96 0.21
Hex 68 2 60 0 62 8 3B 131 60 15
Octal 150 2 140 0 142 10 73 461 140 25
Binary 1101000 10 1100000 0 1100010 1000 111011 100110001 1100000 10101

Color Harmonies of #680260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680260

Black with #680260

Text Example


Text Example

White with #680260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680260; }

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

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

background-color css

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

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

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

border-color css

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

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

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