#69008D

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

Shades of Purple #69008D

Tints of Purple #69008D

Color information

#69008D (or 0x69008D) is unknown color: approx Purple. HEX triplet: 69, 00 and 8D. RGB value is (105,0,141). Sum of RGB (Red+Green+Blue) = 105+0+141=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #69008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69008D is #96FF72. Grayscale: #2F2F2F. Windows color (decimal): -9895795 or 9240681. OLE color: 9240681.

HSL color Cylindrical-coordinate representation of color #69008D: hue angle of 284.68º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69008D is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1050141-
CMYK0.26100.45
HSL284.68º100%27.65%-
HSV(B)284.68º100%55.29%-
XYZ10.634.9325.59-
YUV47.47180.79169.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 57.32%
R=42.68%
G=0%
B=57.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10501410.26100.45284.6810027.65
Hex6908D1A6402D11d641c
Octal15102153214405543514434
Binary11010010100011011101011001000101101100011101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69008D; }

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

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

<style>
 a { background-color: #69008D; }

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

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

<style>
 span { border-color: #69008D; }

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

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