Html Css Color HEX #680858 Palatinate Purple

📋 copy color: '#680858'

red 104 ◦ green 8 ◦ blue 88

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

Shades of Palatinate Purple #680858

Tints of Palatinate Purple #680858

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4%

 BLUE value IS 88 (34.77% from 255) = 44%

R = 52%
G = 4%
B = 44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#680858 (or 0x680858) is known color: Palatinate Purple. HEX triplet: 68, 08 and 58. RGB value is (104,8,88). Sum of RGB (Red+Green+Blue) = 104+8+88=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #680858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680858 is #97F7A7. Grayscale: #2D2D2D. Windows color (decimal): -9959336 or 5769320. OLE color: 5769320.

HSL color Cylindrical-coordinate representation of color #680858: hue angle of 310º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680858 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 8 88 -
CMYK 0 0.92 0.15 0.59
HSL 310º 0.86% 0.22% -
HSV(B) 310º 0.92% 0.41% -
XYZ 7.56 3.82 9.57 -
YUV 45.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 104 8 88 0 0.92 0.15 0.59 310 0.86 0.22
Hex 68 8 58 0 5C F 3B 136 56 16
Octal 150 10 130 0 134 17 73 466 126 26
Binary 1101000 1000 1011000 0 1011100 1111 111011 100110110 1010110 10110

Color Harmonies of #680858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680858

Black with #680858

Text Example


Text Example

White with #680858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680858; }

 p { color: rgb(104,8,88); }

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

background-color css

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

 a { background-color: rgb(104,8,88); }

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

border-color css

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

 span { border-color: rgb(104,8,88); }

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