Html Css Color HEX #690E72 Purple

📋 copy color: '#690E72'

red 105 ◦ green 14 ◦ blue 114

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

Shades of Purple #690E72

Tints of Purple #690E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.93%

R = 45.06%
G = 6.01%
B = 48.93%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#690E72 (or 0x690E72) is known color: Purple. HEX triplet: 69, 0E and 72. RGB value is (105,14,114). Sum of RGB (Red+Green+Blue) = 105+14+114=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #690E72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690E72 is #96F18D. Grayscale: #343434. Windows color (decimal): -9892238 or 7474793. OLE color: 7474793.

HSL color Cylindrical-coordinate representation of color #690E72: hue angle of 294.6º 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 #690E72 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 14 114 -
CMYK 0.08 0.88 0 0.55
HSL 294.6º 0.78% 0.25% -
HSV(B) 294.6º 0.88% 0.45% -
XYZ 9.02 4.53 16.32 -
YUV 52.61 162.65 165.37 -
System Red Green Blue C M Y K H S L
Decimal 105 14 114 0.08 0.88 0 0.55 294.6 0.78 0.25
Hex 69 E 72 8 58 0 37 127 4E 19
Octal 151 16 162 10 130 0 67 447 116 31
Binary 1101001 1110 1110010 1000 1011000 0 110111 100100111 1001110 11001

Color Harmonies of #690E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690E72

Black with #690E72

Text Example


Text Example

White with #690E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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