Html Css Color HEX #690E73 Purple

📋 copy color: '#690E73'

red 105 ◦ green 14 ◦ blue 115

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

Shades of Purple #690E73

Tints of Purple #690E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.15%

R = 44.87%
G = 5.98%
B = 49.15%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#690E73 (or 0x690E73) is known color: Purple. HEX triplet: 69, 0E and 73. RGB value is (105,14,115). Sum of RGB (Red+Green+Blue) = 105+14+115=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #690E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690E73 is #96F18C. Grayscale: #343434. Windows color (decimal): -9892237 or 7540329. OLE color: 7540329.

HSL color Cylindrical-coordinate representation of color #690E73: hue angle of 294.06º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690E73 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 14 115 -
CMYK 0.09 0.88 0 0.55
HSL 294.06º 0.78% 0.25% -
HSV(B) 294.06º 0.88% 0.45% -
XYZ 9.08 4.56 16.62 -
YUV 52.72 163.15 165.29 -
System Red Green Blue C M Y K H S L
Decimal 105 14 115 0.09 0.88 0 0.55 294.06 0.78 0.25
Hex 69 E 73 9 58 0 37 126 4E 19
Octal 151 16 163 11 130 0 67 446 116 31
Binary 1101001 1110 1110011 1001 1011000 0 110111 100100110 1001110 11001

Color Harmonies of #690E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690E73

Black with #690E73

Text Example


Text Example

White with #690E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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