Html Css Color HEX #680061 Purple

📋 copy color: '#680061'

red 104 ◦ green 0 ◦ blue 97

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

Shades of Purple #680061

Tints of Purple #680061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 48.26%

R = 51.74%
G = 0%
B = 48.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#680061 (or 0x680061) is known color: Purple. HEX triplet: 68, 00 and 61. RGB value is (104,0,97). Sum of RGB (Red+Green+Blue) = 104+0+97=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #680061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680061 is #97FF9E. Grayscale: #292929. Windows color (decimal): -9961375 or 6357096. OLE color: 6357096.

HSL color Cylindrical-coordinate representation of color #680061: hue angle of 304.04º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680061 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 0 97 -
CMYK 0 1 0.07 0.59
HSL 304.04º 1% 0.2% -
HSV(B) 304.04º 1% 0.41% -
XYZ 7.87 3.81 11.63 -
YUV 42.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 104 0 97 0 1 0.07 0.59 304.04 1 0.2
Hex 68 0 61 0 64 7 3B 130 64 14
Octal 150 0 141 0 144 7 73 460 144 24
Binary 1101000 0 1100001 0 1100100 111 111011 100110000 1100100 10100

Color Harmonies of #680061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680061

Black with #680061

Text Example


Text Example

White with #680061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680061; }

 p { color: rgb(104,0,97); }

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

background-color css

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

 a { background-color: rgb(104,0,97); }

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

border-color css

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

 span { border-color: rgb(104,0,97); }

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