#69027A

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

Shades of Purple #69027A

Tints of Purple #69027A

Color information

#69027A (or 0x69027A) is unknown color: approx Purple. HEX triplet: 69, 02 and 7A. RGB value is (105,2,122). Sum of RGB (Red+Green+Blue) = 105+2+122=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #69027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69027A is #96FD85. Grayscale: #2E2E2E. Windows color (decimal): -9895302 or 7996009. OLE color: 7996009.

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

Color convert

RGB1052122-
CMYK0.140.9800.52
HSL291.5º96.77%24.31%-
HSV(B)291.5º98.36%47.84%-
XYZ9.364.4518.78-
YUV46.48170.62169.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.85%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 122 (48.05% from 255) = 53.28%
R=45.85%
G=0.87%
B=53.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10521220.140.9800.52291.596.7724.31
Hex6927AE620341246118
Octal15121721614206444414130
Binary1101001101111010111011000100110100100100100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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