Html Css Color HEX #680167 Purple

📋 copy color: '#680167'

red 104 ◦ green 1 ◦ blue 103

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

Shades of Purple #680167

Tints of Purple #680167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 49.52%

R = 50%
G = 0.48%
B = 49.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#680167 (or 0x680167) is known color: Purple. HEX triplet: 68, 01 and 67. RGB value is (104,1,103). Sum of RGB (Red+Green+Blue) = 104+1+103=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #680167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680167 is #97FE98. Grayscale: #2B2B2B. Windows color (decimal): -9961113 or 6750568. OLE color: 6750568.

HSL color Cylindrical-coordinate representation of color #680167: hue angle of 300.58º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680167 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 1 103 -
CMYK 0 0.99 0.01 0.59
HSL 300.58º 0.98% 0.21% -
HSV(B) 300.58º 0.99% 0.41% -
XYZ 8.17 3.94 13.16 -
YUV 43.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 104 1 103 0 0.99 0.01 0.59 300.58 0.98 0.21
Hex 68 1 67 0 63 1 3B 12D 62 15
Octal 150 1 147 0 143 1 73 455 142 25
Binary 1101000 1 1100111 0 1100011 1 111011 100101101 1100010 10101

Color Harmonies of #680167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680167

Black with #680167

Text Example


Text Example

White with #680167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680167; }

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

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

background-color css

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

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

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

border-color css

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

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

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