Html Css Color HEX #680581 Purple

📋 copy color: '#680581'

red 104 ◦ green 5 ◦ blue 129

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

Shades of Purple #680581

Tints of Purple #680581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 54.2%

R = 43.7%
G = 2.1%
B = 54.2%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#680581 (or 0x680581) is known color: Purple. HEX triplet: 68, 05 and 81. RGB value is (104,5,129). Sum of RGB (Red+Green+Blue) = 104+5+129=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 129 (50.78% from 255 or 54.20% from 238); Max value from RGB is 129 - color contains mainly: blue. Hex color #680581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680581 is #97FA7E. Grayscale: #303030. Windows color (decimal): -9960063 or 8455528. OLE color: 8455528.

HSL color Cylindrical-coordinate representation of color #680581: hue angle of 287.9º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680581 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 5 129 -
CMYK 0.19 0.96 0 0.49
HSL 287.9º 0.93% 0.26% -
HSV(B) 287.9º 0.96% 0.51% -
XYZ 9.73 4.64 21.15 -
YUV 48.74 173.3 167.42 -
System Red Green Blue C M Y K H S L
Decimal 104 5 129 0.19 0.96 0 0.49 287.9 0.93 0.26
Hex 68 5 81 13 60 0 31 120 5D 1A
Octal 150 5 201 23 140 0 61 440 135 32
Binary 1101000 101 10000001 10011 1100000 0 110001 100100000 1011101 11010

Color Harmonies of #680581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680581

Black with #680581

Text Example


Text Example

White with #680581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680581; }

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

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

background-color css

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

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

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

border-color css

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

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

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