Html Css Color HEX #680782 Purple

📋 copy color: '#680782'

red 104 ◦ green 7 ◦ blue 130

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

Shades of Purple #680782

Tints of Purple #680782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.9%

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

R = 43.15%
G = 2.9%
B = 53.94%

CMYK

 C value IS 0.2

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#680782 (or 0x680782) is known color: Purple. HEX triplet: 68, 07 and 82. RGB value is (104,7,130). Sum of RGB (Red+Green+Blue) = 104+7+130=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #680782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680782 is #97F87D. Grayscale: #313131. Windows color (decimal): -9959550 or 8521576. OLE color: 8521576.

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

Color convert

RGB 104 7 130 -
CMYK 0.2 0.95 0 0.49
HSL 287.32º 0.9% 0.27% -
HSV(B) 287.32º 0.95% 0.51% -
XYZ 9.81 4.71 21.51 -
YUV 50.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 104 7 130 0.2 0.95 0 0.49 287.32 0.9 0.27
Hex 68 7 82 14 5F 0 31 11F 5A 1B
Octal 150 7 202 24 137 0 61 437 132 33
Binary 1101000 111 10000010 10100 1011111 0 110001 100011111 1011010 11011

Color Harmonies of #680782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680782

Black with #680782

Text Example


Text Example

White with #680782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680782; }

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

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

background-color css

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

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

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

border-color css

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

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

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