Html Css Color HEX #680164 Purple

📋 copy color: '#680164'

red 104 ◦ green 1 ◦ blue 100

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

Shades of Purple #680164

Tints of Purple #680164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 48.78%

R = 50.73%
G = 0.49%
B = 48.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#680164 (or 0x680164) is known color: Purple. HEX triplet: 68, 01 and 64. RGB value is (104,1,100). Sum of RGB (Red+Green+Blue) = 104+1+100=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #680164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680164 is #97FE9B. Grayscale: #2A2A2A. Windows color (decimal): -9961116 or 6553960. OLE color: 6553960.

HSL color Cylindrical-coordinate representation of color #680164: hue angle of 302.33º 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 #680164 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 1 100 -
CMYK 0 0.99 0.04 0.59
HSL 302.33º 0.98% 0.21% -
HSV(B) 302.33º 0.99% 0.41% -
XYZ 8.02 3.88 12.38 -
YUV 43.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 104 1 100 0 0.99 0.04 0.59 302.33 0.98 0.21
Hex 68 1 64 0 63 4 3B 12E 62 15
Octal 150 1 144 0 143 4 73 456 142 25
Binary 1101000 1 1100100 0 1100011 100 111011 100101110 1100010 10101

Color Harmonies of #680164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680164

Black with #680164

Text Example


Text Example

White with #680164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680164; }

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

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

background-color css

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

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

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

border-color css

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

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

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