Html Css Color HEX #690E89 Purple

📋 copy color: '#690E89'

red 105 ◦ green 14 ◦ blue 137

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

Shades of Purple #690E89

Tints of Purple #690E89

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.47%

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

R = 41.02%
G = 5.47%
B = 53.52%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#690E89 (or 0x690E89) is known color: Purple. HEX triplet: 69, 0E and 89. RGB value is (105,14,137). Sum of RGB (Red+Green+Blue) = 105+14+137=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #690E89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690E89 is #96F176. Grayscale: #363636. Windows color (decimal): -9892215 or 8982121. OLE color: 8982121.

HSL color Cylindrical-coordinate representation of color #690E89: hue angle of 284.39º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690E89 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 14 137 -
CMYK 0.23 0.90 0 0.46
HSL 284.39º 0.81% 0.3% -
HSV(B) 284.39º 0.9% 0.54% -
XYZ 10.5 5.12 24.1 -
YUV 55.23 174.15 163.5 -
System Red Green Blue C M Y K H S L
Decimal 105 14 137 0.23 0.90 0 0.46 284.39 0.81 0.3
Hex 69 E 89 17 5A 0 2E 11C 51 1E
Octal 151 16 211 27 132 0 56 434 121 36
Binary 1101001 1110 10001001 10111 1011010 0 101110 100011100 1010001 11110

Color Harmonies of #690E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690E89

Black with #690E89

Text Example


Text Example

White with #690E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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