Html Css Color HEX #680982 Purple

📋 copy color: '#680982'

red 104 ◦ green 9 ◦ blue 130

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

Shades of Purple #680982

Tints of Purple #680982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.7%

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

R = 42.8%
G = 3.7%
B = 53.5%

CMYK

 C value IS 0.2

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#680982 (or 0x680982) is known color: Purple. HEX triplet: 68, 09 and 82. RGB value is (104,9,130). Sum of RGB (Red+Green+Blue) = 104+9+130=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #680982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680982 is #97F67D. Grayscale: #323232. Windows color (decimal): -9959038 or 8522088. OLE color: 8522088.

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

Color convert

RGB 104 9 130 -
CMYK 0.2 0.93 0 0.49
HSL 287.11º 0.87% 0.27% -
HSV(B) 287.11º 0.93% 0.51% -
XYZ 9.84 4.75 21.52 -
YUV 51.2 172.47 165.66 -
System Red Green Blue C M Y K H S L
Decimal 104 9 130 0.2 0.93 0 0.49 287.11 0.87 0.27
Hex 68 9 82 14 5D 0 31 11F 57 1B
Octal 150 11 202 24 135 0 61 437 127 33
Binary 1101000 1001 10000010 10100 1011101 0 110001 100011111 1010111 11011

Color Harmonies of #680982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680982

Black with #680982

Text Example


Text Example

White with #680982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680982; }

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

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

background-color css

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

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

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

border-color css

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

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

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