Html Css Color HEX #680069 Purple

📋 copy color: '#680069'

red 104 ◦ green 0 ◦ blue 105

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

Shades of Purple #680069

Tints of Purple #680069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50.24%

R = 49.76%
G = 0%
B = 50.24%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#680069 (or 0x680069) is known color: Purple. HEX triplet: 68, 00 and 69. RGB value is (104,0,105). Sum of RGB (Red+Green+Blue) = 104+0+105=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #680069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680069 is #97FF96. Grayscale: #2A2A2A. Windows color (decimal): -9961367 or 6881384. OLE color: 6881384.

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

Color convert

RGB 104 0 105 -
CMYK 0.01 1 0 0.59
HSL 299.43º 1% 0.21% -
HSV(B) 299.43º 1% 0.41% -
XYZ 8.26 3.96 13.69 -
YUV 43.07 162.96 171.46 -
System Red Green Blue C M Y K H S L
Decimal 104 0 105 0.01 1 0 0.59 299.43 1 0.21
Hex 68 0 69 1 64 0 3B 12B 64 15
Octal 150 0 151 1 144 0 73 453 144 25
Binary 1101000 0 1101001 1 1100100 0 111011 100101011 1100100 10101

Color Harmonies of #680069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680069

Black with #680069

Text Example


Text Example

White with #680069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680069; }

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

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

background-color css

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

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

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

border-color css

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

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

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