Html Css Color HEX #680878 Purple

📋 copy color: '#680878'

red 104 ◦ green 8 ◦ blue 120

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

Shades of Purple #680878

Tints of Purple #680878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.72%

R = 44.83%
G = 3.45%
B = 51.72%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#680878 (or 0x680878) is known color: Purple. HEX triplet: 68, 08 and 78. RGB value is (104,8,120). Sum of RGB (Red+Green+Blue) = 104+8+120=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #680878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680878 is #97F787. Grayscale: #313131. Windows color (decimal): -9959304 or 7866472. OLE color: 7866472.

HSL color Cylindrical-coordinate representation of color #680878: hue angle of 291.43º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680878 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 8 120 -
CMYK 0.13 0.93 0 0.53
HSL 291.43º 0.88% 0.25% -
HSV(B) 291.43º 0.93% 0.47% -
XYZ 9.19 4.47 18.15 -
YUV 49.47 167.8 166.89 -
System Red Green Blue C M Y K H S L
Decimal 104 8 120 0.13 0.93 0 0.53 291.43 0.88 0.25
Hex 68 8 78 D 5D 0 35 123 58 19
Octal 150 10 170 15 135 0 65 443 130 31
Binary 1101000 1000 1111000 1101 1011101 0 110101 100100011 1011000 11001

Color Harmonies of #680878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680878

Black with #680878

Text Example


Text Example

White with #680878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680878; }

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

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

background-color css

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

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

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

border-color css

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

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

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