Html Css Color HEX #690080 Purple

📋 copy color: '#690080'

red 105 ◦ green 0 ◦ blue 128

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

Shades of Purple #690080

Tints of Purple #690080

RGB

 RED value IS 105 (41.41% from 255) = 45.06%

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

 BLUE value IS 128 (50.39% from 255) = 54.94%

R = 45.06%
G = 0%
B = 54.94%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#690080 (or 0x690080) is known color: Purple. HEX triplet: 69, 00 and 80. RGB value is (105,0,128). Sum of RGB (Red+Green+Blue) = 105+0+128=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #690080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690080 is #96FF7F. Grayscale: #2D2D2D. Windows color (decimal): -9895808 or 8388713. OLE color: 8388713.

HSL color Cylindrical-coordinate representation of color #690080: hue angle of 289.22º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #690080 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 0 128 -
CMYK 0.18 1 0 0.50
HSL 289.22º 1% 0.25% -
HSV(B) 289.22º 1% 0.5% -
XYZ 9.72 4.56 20.79 -
YUV 45.99 174.29 170.09 -
System Red Green Blue C M Y K H S L
Decimal 105 0 128 0.18 1 0 0.50 289.22 1 0.25
Hex 69 0 80 12 64 0 32 121 64 19
Octal 151 0 200 22 144 0 62 441 144 31
Binary 1101001 0 10000000 10010 1100100 0 110010 100100001 1100100 11001

Color Harmonies of #690080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690080

Black with #690080

Text Example


Text Example

White with #690080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690080; }

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

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

background-color css

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

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

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

border-color css

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

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

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