Html Css Color HEX #680282 Purple

📋 copy color: '#680282'

red 104 ◦ green 2 ◦ blue 130

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

Shades of Purple #680282

Tints of Purple #680282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 44.07%
G = 0.85%
B = 55.08%

CMYK

 C value IS 0.2

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#680282 (or 0x680282) is known color: Purple. HEX triplet: 68, 02 and 82. RGB value is (104,2,130). Sum of RGB (Red+Green+Blue) = 104+2+130=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #680282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680282 is #97FD7D. Grayscale: #2E2E2E. Windows color (decimal): -9960830 or 8520296. OLE color: 8520296.

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

Color convert

RGB 104 2 130 -
CMYK 0.2 0.98 0 0.49
HSL 287.81º 0.97% 0.26% -
HSV(B) 287.81º 0.98% 0.51% -
XYZ 9.76 4.6 21.49 -
YUV 47.09 174.79 168.59 -
System Red Green Blue C M Y K H S L
Decimal 104 2 130 0.2 0.98 0 0.49 287.81 0.97 0.26
Hex 68 2 82 14 62 0 31 120 61 1A
Octal 150 2 202 24 142 0 61 440 141 32
Binary 1101000 10 10000010 10100 1100010 0 110001 100100000 1100001 11010

Color Harmonies of #680282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680282

Black with #680282

Text Example


Text Example

White with #680282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680282; }

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

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

background-color css

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

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

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

border-color css

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

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

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