Html Css Color HEX #680582 Purple

📋 copy color: '#680582'

red 104 ◦ green 5 ◦ blue 130

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

Shades of Purple #680582

Tints of Purple #680582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 54.39%

R = 43.51%
G = 2.09%
B = 54.39%

CMYK

 C value IS 0.2

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#680582 (or 0x680582) is known color: Purple. HEX triplet: 68, 05 and 82. RGB value is (104,5,130). Sum of RGB (Red+Green+Blue) = 104+5+130=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #680582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680582 is #97FA7D. Grayscale: #303030. Windows color (decimal): -9960062 or 8521064. OLE color: 8521064.

HSL color Cylindrical-coordinate representation of color #680582: hue angle of 287.52º 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 #680582 is Cyan = 0.2, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 5 130 -
CMYK 0.2 0.96 0 0.49
HSL 287.52º 0.93% 0.26% -
HSV(B) 287.52º 0.96% 0.51% -
XYZ 9.79 4.66 21.5 -
YUV 48.85 173.8 167.34 -
System Red Green Blue C M Y K H S L
Decimal 104 5 130 0.2 0.96 0 0.49 287.52 0.93 0.26
Hex 68 5 82 14 60 0 31 120 5D 1A
Octal 150 5 202 24 140 0 61 440 135 32
Binary 1101000 101 10000010 10100 1100000 0 110001 100100000 1011101 11010

Color Harmonies of #680582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680582

Black with #680582

Text Example


Text Example

White with #680582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680582; }

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

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

background-color css

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

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

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

border-color css

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

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

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