#69027B

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

Shades of Purple #69027B

Tints of Purple #69027B

Color information

#69027B (or 0x69027B) is unknown color: approx Purple. HEX triplet: 69, 02 and 7B. RGB value is (105,2,123). Sum of RGB (Red+Green+Blue) = 105+2+123=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #69027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69027B is #96FD84. Grayscale: #2E2E2E. Windows color (decimal): -9895301 or 8061545. OLE color: 8061545.

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

Color convert

RGB1052123-
CMYK0.150.9800.52
HSL291.07º96.8%24.51%-
HSV(B)291.07º98.37%48.24%-
XYZ9.424.4819.11-
YUV46.59171.12169.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.65%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 123 (48.44% from 255) = 53.48%
R=45.65%
G=0.87%
B=53.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10521230.150.9800.52291.0796.824.51
Hex6927BF620341236119
Octal15121731714206444314131
Binary1101001101111011111111000100110100100100011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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