Html Css Color HEX #680182 Purple

📋 copy color: '#680182'

red 104 ◦ green 1 ◦ blue 130

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

Shades of Purple #680182

Tints of Purple #680182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 44.26%
G = 0.43%
B = 55.32%

CMYK

 C value IS 0.2

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#680182 (or 0x680182) is known color: Purple. HEX triplet: 68, 01 and 82. RGB value is (104,1,130). Sum of RGB (Red+Green+Blue) = 104+1+130=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #680182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680182 is #97FE7D. Grayscale: #2E2E2E. Windows color (decimal): -9961086 or 8520040. OLE color: 8520040.

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

Color convert

RGB 104 1 130 -
CMYK 0.2 0.99 0 0.49
HSL 287.91º 0.98% 0.26% -
HSV(B) 287.91º 0.99% 0.51% -
XYZ 9.75 4.58 21.49 -
YUV 46.5 175.12 169.01 -
System Red Green Blue C M Y K H S L
Decimal 104 1 130 0.2 0.99 0 0.49 287.91 0.98 0.26
Hex 68 1 82 14 63 0 31 120 62 1A
Octal 150 1 202 24 143 0 61 440 142 32
Binary 1101000 1 10000010 10100 1100011 0 110001 100100000 1100010 11010

Color Harmonies of #680182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680182

Black with #680182

Text Example


Text Example

White with #680182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680182; }

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

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

background-color css

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

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

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

border-color css

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

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

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