Html Css Color HEX #680175 Purple

📋 copy color: '#680175'

red 104 ◦ green 1 ◦ blue 117

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

Shades of Purple #680175

Tints of Purple #680175

RGB

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

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

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

R = 46.85%
G = 0.45%
B = 52.7%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#680175 (or 0x680175) is known color: Purple. HEX triplet: 68, 01 and 75. RGB value is (104,1,117). Sum of RGB (Red+Green+Blue) = 104+1+117=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #680175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680175 is #97FE8A. Grayscale: #2C2C2C. Windows color (decimal): -9961099 or 7668072. OLE color: 7668072.

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

Color convert

RGB 104 1 117 -
CMYK 0.11 0.99 0 0.54
HSL 293.28º 0.98% 0.23% -
HSV(B) 293.28º 0.99% 0.46% -
XYZ 8.93 4.25 17.18 -
YUV 45.02 168.62 170.07 -
System Red Green Blue C M Y K H S L
Decimal 104 1 117 0.11 0.99 0 0.54 293.28 0.98 0.23
Hex 68 1 75 B 63 0 36 125 62 17
Octal 150 1 165 13 143 0 66 445 142 27
Binary 1101000 1 1110101 1011 1100011 0 110110 100100101 1100010 10111

Color Harmonies of #680175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680175

Black with #680175

Text Example


Text Example

White with #680175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680175; }

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

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

background-color css

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

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

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

border-color css

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

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

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