#69077D

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

Shades of Purple #69077D

Tints of Purple #69077D

Color information

#69077D (or 0x69077D) is unknown color: approx Purple. HEX triplet: 69, 07 and 7D. RGB value is (105,7,125). Sum of RGB (Red+Green+Blue) = 105+7+125=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #69077D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69077D is #96F882. Grayscale: #313131. Windows color (decimal): -9894019 or 8193897. OLE color: 8193897.

HSL color Cylindrical-coordinate representation of color #69077D: hue angle of 289.83º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69077D is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1057125-
CMYK0.160.9400.51
HSL289.83º89.39%25.88%-
HSV(B)289.83º94.4%49.02%-
XYZ9.64.6419.79-
YUV49.75170.47167.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.30%
GREEN value IS 7 (3.12% from 255) = 2.95%
BLUE value IS 125 (49.22% from 255) = 52.74%
R=44.30%
G=2.95%
B=52.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10571250.160.9400.51289.8389.3925.88
Hex6977D105E033122591a
Octal15171752013606344213132
Binary110100111111111011000010111100110011100100010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69077D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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