Html Css Color HEX #690280 Purple

📋 copy color: '#690280'

red 105 ◦ green 2 ◦ blue 128

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

Shades of Purple #690280

Tints of Purple #690280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 44.68%
G = 0.85%
B = 54.47%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#690280 (or 0x690280) is known color: Purple. HEX triplet: 69, 02 and 80. RGB value is (105,2,128). Sum of RGB (Red+Green+Blue) = 105+2+128=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #690280 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690280 is #96FD7F. Grayscale: #2E2E2E. Windows color (decimal): -9895296 or 8389225. OLE color: 8389225.

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

Color convert

RGB 105 2 128 -
CMYK 0.18 0.98 0 0.50
HSL 289.05º 0.97% 0.25% -
HSV(B) 289.05º 0.98% 0.5% -
XYZ 9.74 4.61 20.8 -
YUV 47.16 173.62 169.25 -
System Red Green Blue C M Y K H S L
Decimal 105 2 128 0.18 0.98 0 0.50 289.05 0.97 0.25
Hex 69 2 80 12 62 0 32 121 61 19
Octal 151 2 200 22 142 0 62 441 141 31
Binary 1101001 10 10000000 10010 1100010 0 110010 100100001 1100001 11001

Color Harmonies of #690280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690280

Black with #690280

Text Example


Text Example

White with #690280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690280; }

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

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

background-color css

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

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

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

border-color css

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

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

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