#69006A

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

Shades of Purple #69006A

Tints of Purple #69006A

Color information

#69006A (or 0x69006A) is unknown color: approx Purple. HEX triplet: 69, 00 and 6A. RGB value is (105,0,106). Sum of RGB (Red+Green+Blue) = 105+0+106=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #69006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69006A is #96FF95. Grayscale: #2B2B2B. Windows color (decimal): -9895830 or 6946921. OLE color: 6946921.

HSL color Cylindrical-coordinate representation of color #69006A: hue angle of 299.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69006A is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1050106-
CMYK0.01100.58
HSL299.43º100%20.78%-
HSV(B)299.43º100%41.57%-
XYZ8.434.0413.97-
YUV43.48163.29171.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 50.24%
R=49.76%
G=0%
B=50.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10501060.01100.58299.4310020.78
Hex6906A16403A12b6415
Octal1510152114407245314425
Binary110100101101010111001000111010100101011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,0,106); }

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

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

 a { background-color: rgb(105,0,106); }

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

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

 span { border-color: rgb(105,0,106); }

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