#69057A

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

Shades of Purple #69057A

Tints of Purple #69057A

Color information

#69057A (or 0x69057A) is unknown color: approx Purple. HEX triplet: 69, 05 and 7A. RGB value is (105,5,122). Sum of RGB (Red+Green+Blue) = 105+5+122=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #69057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69057A is #96FA85. Grayscale: #2F2F2F. Windows color (decimal): -9894534 or 7996777. OLE color: 7996777.

HSL color Cylindrical-coordinate representation of color #69057A: hue angle of 291.28º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #69057A is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1055122-
CMYK0.140.9600.52
HSL291.28º92.13%24.9%-
HSV(B)291.28º95.9%47.84%-
XYZ9.394.5218.79-
YUV48.24169.63168.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.26%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 122 (48.05% from 255) = 52.59%
R=45.26%
G=2.16%
B=52.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10551220.140.9600.52291.2892.1324.9
Hex6957AE600341235c19
Octal15151721614006444313431
Binary11010011011111010111011000000110100100100011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69057A; }

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

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

<style>
 a { background-color: #69057A; }

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

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

<style>
 span { border-color: #69057A; }

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

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