#69077B

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

Shades of Purple #69077B

Tints of Purple #69077B

Color information

#69077B (or 0x69077B) is unknown color: approx Purple. HEX triplet: 69, 07 and 7B. RGB value is (105,7,123). Sum of RGB (Red+Green+Blue) = 105+7+123=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #69077B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69077B is #96F884. Grayscale: #313131. Windows color (decimal): -9894021 or 8062825. OLE color: 8062825.

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

Color convert

RGB1057123-
CMYK0.150.9400.52
HSL290.69º89.23%25.49%-
HSV(B)290.69º94.31%48.24%-
XYZ9.484.5919.12-
YUV49.53169.47167.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 7 (3.12% from 255) = 2.98%
BLUE value IS 123 (48.44% from 255) = 52.34%
R=44.68%
G=2.98%
B=52.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10571230.150.9400.52290.6989.2325.49
Hex6977BF5E0341235919
Octal15171731713606444313131
Binary11010011111111011111110111100110100100100011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69077B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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