Html Css Color HEX #680588 Purple

📋 copy color: '#680588'

red 104 ◦ green 5 ◦ blue 136

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

Shades of Purple #680588

Tints of Purple #680588

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.04%

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

R = 42.45%
G = 2.04%
B = 55.51%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#680588 (or 0x680588) is known color: Purple. HEX triplet: 68, 05 and 88. RGB value is (104,5,136). Sum of RGB (Red+Green+Blue) = 104+5+136=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #680588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680588 is #97FA77. Grayscale: #313131. Windows color (decimal): -9960056 or 8914280. OLE color: 8914280.

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

Color convert

RGB 104 5 136 -
CMYK 0.24 0.96 0 0.47
HSL 285.34º 0.93% 0.28% -
HSV(B) 285.34º 0.96% 0.53% -
XYZ 10.21 4.83 23.69 -
YUV 49.54 176.8 166.85 -
System Red Green Blue C M Y K H S L
Decimal 104 5 136 0.24 0.96 0 0.47 285.34 0.93 0.28
Hex 68 5 88 18 60 0 2F 11D 5D 1C
Octal 150 5 210 30 140 0 57 435 135 34
Binary 1101000 101 10001000 11000 1100000 0 101111 100011101 1011101 11100

Color Harmonies of #680588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680588

Black with #680588

Text Example


Text Example

White with #680588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680588; }

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

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

background-color css

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

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

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

border-color css

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

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

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