Html Css Color HEX #690889 Purple

📋 copy color: '#690889'

red 105 ◦ green 8 ◦ blue 137

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

Shades of Purple #690889

Tints of Purple #690889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.2%

 BLUE value IS 137 (53.91% from 255) = 54.8%

R = 42%
G = 3.2%
B = 54.8%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#690889 (or 0x690889) is known color: Purple. HEX triplet: 69, 08 and 89. RGB value is (105,8,137). Sum of RGB (Red+Green+Blue) = 105+8+137=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #690889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690889 is #96F776. Grayscale: #333333. Windows color (decimal): -9893751 or 8980585. OLE color: 8980585.

HSL color Cylindrical-coordinate representation of color #690889: hue angle of 285.12º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690889 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 8 137 -
CMYK 0.23 0.94 0 0.46
HSL 285.12º 0.89% 0.28% -
HSV(B) 285.12º 0.94% 0.54% -
XYZ 10.43 4.98 24.08 -
YUV 51.71 176.14 166.01 -
System Red Green Blue C M Y K H S L
Decimal 105 8 137 0.23 0.94 0 0.46 285.12 0.89 0.28
Hex 69 8 89 17 5E 0 2E 11D 59 1C
Octal 151 10 211 27 136 0 56 435 131 34
Binary 1101001 1000 10001001 10111 1011110 0 101110 100011101 1011001 11100

Color Harmonies of #690889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690889

Black with #690889

Text Example


Text Example

White with #690889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690889; }

 p { color: rgb(105,8,137); }

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

background-color css

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

 a { background-color: rgb(105,8,137); }

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

border-color css

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

 span { border-color: rgb(105,8,137); }

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