#69016B

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

Shades of Purple #69016B

Tints of Purple #69016B

Color information

#69016B (or 0x69016B) is unknown color: approx Purple. HEX triplet: 69, 01 and 6B. RGB value is (105,1,107). Sum of RGB (Red+Green+Blue) = 105+1+107=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #69016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69016B is #96FE94. Grayscale: #2B2B2B. Windows color (decimal): -9895573 or 7012713. OLE color: 7012713.

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

Color convert

RGB1051107-
CMYK0.020.9900.58
HSL298.87º98.15%21.18%-
HSV(B)298.87º99.07%41.96%-
XYZ8.494.0914.25-
YUV44.18163.46171.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.30%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 107 (42.19% from 255) = 50.23%
R=49.30%
G=0.47%
B=50.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10511070.020.9900.58298.8798.1521.18
Hex6916B26303A12b6215
Octal1511153214307245314225
Binary1101001111010111011000110111010100101011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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