#69097B

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

Shades of Purple #69097B

Tints of Purple #69097B

Color information

#69097B (or 0x69097B) is unknown color: approx Purple. HEX triplet: 69, 09 and 7B. RGB value is (105,9,123). Sum of RGB (Red+Green+Blue) = 105+9+123=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #69097B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69097B is #96F684. Grayscale: #323232. Windows color (decimal): -9893509 or 8063337. OLE color: 8063337.

HSL color Cylindrical-coordinate representation of color #69097B: hue angle of 290.53º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69097B is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1059123-
CMYK0.150.9300.52
HSL290.53º86.36%25.88%-
HSV(B)290.53º92.68%48.24%-
XYZ9.54.6319.13-
YUV50.7168.8166.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.30%
GREEN value IS 9 (3.91% from 255) = 3.80%
BLUE value IS 123 (48.44% from 255) = 51.90%
R=44.30%
G=3.80%
B=51.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10591230.150.9300.52290.5386.3625.88
Hex6997BF5D034123561a
Octal151111731713506444312632
Binary110100110011111011111110111010110100100100011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69097B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69097B; }

 p { color: rgb(105,9,123); }

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

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

 a { background-color: rgb(105,9,123); }

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

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

 span { border-color: rgb(105,9,123); }

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