#690B7A

Color #690B7A Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #690B7A

Tints of Purple #690B7A

Color information

#690B7A (or 0x690B7A) is unknown color: approx Purple. HEX triplet: 69, 0B and 7A. RGB value is (105,11,122). Sum of RGB (Red+Green+Blue) = 105+11+122=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #690B7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690B7A is #96F485. Grayscale: #333333. Windows color (decimal): -9892998 or 7998313. OLE color: 7998313.

HSL color Cylindrical-coordinate representation of color #690B7A: hue angle of 290.81º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690B7A is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10511122-
CMYK0.140.9100.52
HSL290.81º83.46%26.08%-
HSV(B)290.81º90.98%47.84%-
XYZ9.464.6518.81-
YUV51.76167.64165.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.12%
GREEN value IS 11 (4.69% from 255) = 4.62%
BLUE value IS 122 (48.05% from 255) = 51.26%
R=44.12%
G=4.62%
B=51.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105111220.140.9100.52290.8183.4626.08
Hex69B7AE5B034123531a
Octal151131721613306444312332
Binary110100110111111010111010110110110100100100011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,11,122); }

 H1.HeaderClassName
 {
   color: #690B7A;
 }
 .AnyTagClassName
 {
   color: #690B7A;
 }
</style>
background-color css

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

 a { background-color: rgb(105,11,122); }

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

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

 span { border-color: rgb(105,11,122); }

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