#69056B

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

Shades of Purple #69056B

Tints of Purple #69056B

Color information

#69056B (or 0x69056B) is unknown color: approx Purple. HEX triplet: 69, 05 and 6B. RGB value is (105,5,107). Sum of RGB (Red+Green+Blue) = 105+5+107=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #69056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69056B is #96FA94. Grayscale: #2E2E2E. Windows color (decimal): -9894549 or 7013737. OLE color: 7013737.

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

Color convert

RGB1055107-
CMYK0.020.9500.58
HSL298.82º91.07%21.96%-
HSV(B)298.82º95.33%41.96%-
XYZ8.534.1714.27-
YUV46.53162.13169.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.39%
GREEN value IS 5 (2.34% from 255) = 2.30%
BLUE value IS 107 (42.19% from 255) = 49.31%
R=48.39%
G=2.30%
B=49.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10551070.020.9500.58298.8291.0721.96
Hex6956B25F03A12b5b16
Octal1515153213707245313326
Binary110100110111010111010111110111010100101011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69056B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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