Html Css Color HEX #680165 Purple

📋 copy color: '#680165'

red 104 ◦ green 1 ◦ blue 101

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

Shades of Purple #680165

Tints of Purple #680165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 49.03%

R = 50.49%
G = 0.49%
B = 49.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#680165 (or 0x680165) is known color: Purple. HEX triplet: 68, 01 and 65. RGB value is (104,1,101). Sum of RGB (Red+Green+Blue) = 104+1+101=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #680165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680165 is #97FE9A. Grayscale: #2A2A2A. Windows color (decimal): -9961115 or 6619496. OLE color: 6619496.

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

Color convert

RGB 104 1 101 -
CMYK 0 0.99 0.03 0.59
HSL 301.75º 0.98% 0.21% -
HSV(B) 301.75º 0.99% 0.41% -
XYZ 8.07 3.9 12.64 -
YUV 43.2 160.62 171.37 -
System Red Green Blue C M Y K H S L
Decimal 104 1 101 0 0.99 0.03 0.59 301.75 0.98 0.21
Hex 68 1 65 0 63 3 3B 12E 62 15
Octal 150 1 145 0 143 3 73 456 142 25
Binary 1101000 1 1100101 0 1100011 11 111011 100101110 1100010 10101

Color Harmonies of #680165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680165

Black with #680165

Text Example


Text Example

White with #680165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680165; }

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

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

background-color css

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

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

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

border-color css

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

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

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