Html Css Color HEX #680575 Purple

📋 copy color: '#680575'

red 104 ◦ green 5 ◦ blue 117

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

Shades of Purple #680575

Tints of Purple #680575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.21%

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

R = 46.02%
G = 2.21%
B = 51.77%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#680575 (or 0x680575) is known color: Purple. HEX triplet: 68, 05 and 75. RGB value is (104,5,117). Sum of RGB (Red+Green+Blue) = 104+5+117=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #680575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680575 is #97FA8A. Grayscale: #2F2F2F. Windows color (decimal): -9960075 or 7669096. OLE color: 7669096.

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

Color convert

RGB 104 5 117 -
CMYK 0.11 0.96 0 0.54
HSL 293.04º 0.92% 0.24% -
HSV(B) 293.04º 0.96% 0.46% -
XYZ 8.97 4.34 17.19 -
YUV 47.37 167.3 168.39 -
System Red Green Blue C M Y K H S L
Decimal 104 5 117 0.11 0.96 0 0.54 293.04 0.92 0.24
Hex 68 5 75 B 60 0 36 125 5C 18
Octal 150 5 165 13 140 0 66 445 134 30
Binary 1101000 101 1110101 1011 1100000 0 110110 100100101 1011100 11000

Color Harmonies of #680575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680575

Black with #680575

Text Example


Text Example

White with #680575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680575; }

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

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

background-color css

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

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

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

border-color css

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

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

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