Html Css Color HEX #680088 Purple

📋 copy color: '#680088'

red 104 ◦ green 0 ◦ blue 136

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

Shades of Purple #680088

Tints of Purple #680088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 136 (53.52% from 255) = 56.67%

R = 43.33%
G = 0%
B = 56.67%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#680088 (or 0x680088) is known color: Purple. HEX triplet: 68, 00 and 88. RGB value is (104,0,136). Sum of RGB (Red+Green+Blue) = 104+0+136=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #680088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680088 is #97FF77. Grayscale: #2E2E2E. Windows color (decimal): -9961336 or 8913000. OLE color: 8913000.

HSL color Cylindrical-coordinate representation of color #680088: hue angle of 285.88º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680088 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 0 136 -
CMYK 0.24 1 0 0.47
HSL 285.88º 1% 0.27% -
HSV(B) 285.88º 1% 0.53% -
XYZ 10.15 4.72 23.67 -
YUV 46.6 178.46 168.94 -
System Red Green Blue C M Y K H S L
Decimal 104 0 136 0.24 1 0 0.47 285.88 1 0.27
Hex 68 0 88 18 64 0 2F 11E 64 1B
Octal 150 0 210 30 144 0 57 436 144 33
Binary 1101000 0 10001000 11000 1100100 0 101111 100011110 1100100 11011

Color Harmonies of #680088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680088

Black with #680088

Text Example


Text Example

White with #680088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680088; }

 p { color: rgb(104,0,136); }

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

background-color css

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

 a { background-color: rgb(104,0,136); }

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

border-color css

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

 span { border-color: rgb(104,0,136); }

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