Html Css Color HEX #680065 Purple

📋 copy color: '#680065'

red 104 ◦ green 0 ◦ blue 101

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

Shades of Purple #680065

Tints of Purple #680065

RGB

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

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

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

R = 50.73%
G = 0%
B = 49.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#680065 (or 0x680065) is known color: Purple. HEX triplet: 68, 00 and 65. RGB value is (104,0,101). Sum of RGB (Red+Green+Blue) = 104+0+101=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #680065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680065 is #97FF9A. Grayscale: #2A2A2A. Windows color (decimal): -9961371 or 6619240. OLE color: 6619240.

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

Color convert

RGB 104 0 101 -
CMYK 0 1 0.03 0.59
HSL 301.73º 1% 0.2% -
HSV(B) 301.73º 1% 0.41% -
XYZ 8.06 3.88 12.64 -
YUV 42.61 160.96 171.79 -
System Red Green Blue C M Y K H S L
Decimal 104 0 101 0 1 0.03 0.59 301.73 1 0.2
Hex 68 0 65 0 64 3 3B 12E 64 14
Octal 150 0 145 0 144 3 73 456 144 24
Binary 1101000 0 1100101 0 1100100 11 111011 100101110 1100100 10100

Color Harmonies of #680065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680065

Black with #680065

Text Example


Text Example

White with #680065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680065; }

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

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

background-color css

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

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

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

border-color css

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

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

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