#69026B

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

Shades of Purple #69026B

Tints of Purple #69026B

Color information

#69026B (or 0x69026B) is unknown color: approx Purple. HEX triplet: 69, 02 and 6B. RGB value is (105,2,107). Sum of RGB (Red+Green+Blue) = 105+2+107=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #69026B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69026B is #96FD94. Grayscale: #2C2C2C. Windows color (decimal): -9895317 or 7012969. OLE color: 7012969.

HSL color Cylindrical-coordinate representation of color #69026B: hue angle of 298.86º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #69026B is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1052107-
CMYK0.020.9800.58
HSL298.86º96.33%21.37%-
HSV(B)298.86º98.13%41.96%-
XYZ8.54.1114.25-
YUV44.77163.12170.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.07%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 107 (42.19% from 255) = 50%
R=49.07%
G=0.93%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10521070.020.9800.58298.8696.3321.37
Hex6926B26203A12b6015
Octal1512153214207245314025
Binary11010011011010111011000100111010100101011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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