Html Css Color HEX #680675 Purple

📋 copy color: '#680675'

red 104 ◦ green 6 ◦ blue 117

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

Shades of Purple #680675

Tints of Purple #680675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.64%

 BLUE value IS 117 (46.09% from 255) = 51.54%

R = 45.81%
G = 2.64%
B = 51.54%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#680675 (or 0x680675) is known color: Purple. HEX triplet: 68, 06 and 75. RGB value is (104,6,117). Sum of RGB (Red+Green+Blue) = 104+6+117=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #680675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680675 is #97F98A. Grayscale: #2F2F2F. Windows color (decimal): -9959819 or 7669352. OLE color: 7669352.

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

Color convert

RGB 104 6 117 -
CMYK 0.11 0.95 0 0.54
HSL 292.97º 0.9% 0.24% -
HSV(B) 292.97º 0.95% 0.46% -
XYZ 8.98 4.36 17.2 -
YUV 47.96 166.97 167.97 -
System Red Green Blue C M Y K H S L
Decimal 104 6 117 0.11 0.95 0 0.54 292.97 0.9 0.24
Hex 68 6 75 B 5F 0 36 125 5A 18
Octal 150 6 165 13 137 0 66 445 132 30
Binary 1101000 110 1110101 1011 1011111 0 110110 100100101 1011010 11000

Color Harmonies of #680675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680675

Black with #680675

Text Example


Text Example

White with #680675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680675; }

 p { color: rgb(104,6,117); }

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

background-color css

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

 a { background-color: rgb(104,6,117); }

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

border-color css

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

 span { border-color: rgb(104,6,117); }

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