#69017B

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

Shades of Purple #69017B

Tints of Purple #69017B

Color information

#69017B (or 0x69017B) is unknown color: approx Purple. HEX triplet: 69, 01 and 7B. RGB value is (105,1,123). Sum of RGB (Red+Green+Blue) = 105+1+123=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #69017B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69017B is #96FE84. Grayscale: #2D2D2D. Windows color (decimal): -9895557 or 8061289. OLE color: 8061289.

HSL color Cylindrical-coordinate representation of color #69017B: hue angle of 291.15º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69017B is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1051123-
CMYK0.150.9900.52
HSL291.15º98.39%24.31%-
HSV(B)291.15º99.19%48.24%-
XYZ9.414.4619.1-
YUV46171.46170.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.85%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 123 (48.44% from 255) = 53.71%
R=45.85%
G=0.44%
B=53.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10511230.150.9900.52291.1598.3924.31
Hex6917BF630341236218
Octal15111731714306444314230
Binary110100111111011111111000110110100100100011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69017B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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