#69087B

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

Shades of Purple #69087B

Tints of Purple #69087B

Color information

#69087B (or 0x69087B) is unknown color: approx Purple. HEX triplet: 69, 08 and 7B. RGB value is (105,8,123). Sum of RGB (Red+Green+Blue) = 105+8+123=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #69087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69087B is #96F784. Grayscale: #313131. Windows color (decimal): -9893765 or 8063081. OLE color: 8063081.

HSL color Cylindrical-coordinate representation of color #69087B: hue angle of 290.61º degrees, saturation: 0.88, 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 #69087B is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1058123-
CMYK0.150.9300.52
HSL290.61º87.79%25.69%-
HSV(B)290.61º93.5%48.24%-
XYZ9.494.6119.13-
YUV50.11169.14167.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.49%
GREEN value IS 8 (3.52% from 255) = 3.39%
BLUE value IS 123 (48.44% from 255) = 52.12%
R=44.49%
G=3.39%
B=52.12%

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
Decimal10581230.150.9300.52290.6187.7925.69
Hex6987BF5D034123581a
Octal151101731713506444313032
Binary110100110001111011111110111010110100100100011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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