Html Css Color HEX #680476 Purple

📋 copy color: '#680476'

red 104 ◦ green 4 ◦ blue 118

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

Shades of Purple #680476

Tints of Purple #680476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.77%

 BLUE value IS 118 (46.48% from 255) = 52.21%

R = 46.02%
G = 1.77%
B = 52.21%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#680476 (or 0x680476) is known color: Purple. HEX triplet: 68, 04 and 76. RGB value is (104,4,118). Sum of RGB (Red+Green+Blue) = 104+4+118=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #680476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680476 is #97FB89. Grayscale: #2E2E2E. Windows color (decimal): -9960330 or 7734376. OLE color: 7734376.

HSL color Cylindrical-coordinate representation of color #680476: hue angle of 292.63º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680476 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 4 118 -
CMYK 0.12 0.97 0 0.54
HSL 292.63º 0.93% 0.24% -
HSV(B) 292.63º 0.97% 0.46% -
XYZ 9.02 4.34 17.5 -
YUV 46.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 104 4 118 0.12 0.97 0 0.54 292.63 0.93 0.24
Hex 68 4 76 C 61 0 36 125 5D 18
Octal 150 4 166 14 141 0 66 445 135 30
Binary 1101000 100 1110110 1100 1100001 0 110110 100100101 1011101 11000

Color Harmonies of #680476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680476

Black with #680476

Text Example


Text Example

White with #680476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680476; }

 p { color: rgb(104,4,118); }

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

background-color css

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

 a { background-color: rgb(104,4,118); }

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

border-color css

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

 span { border-color: rgb(104,4,118); }

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