#69469F

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

Shades of Royal Purple #69469F

Tints of Royal Purple #69469F

Color information

#69469F (or 0x69469F) is unknown color: approx Royal Purple. HEX triplet: 69, 46 and 9F. RGB value is (105,70,159). Sum of RGB (Red+Green+Blue) = 105+70+159=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #69469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69469F is #96B960. Grayscale: #5A5A5A. Windows color (decimal): -9877857 or 10438249. OLE color: 10438249.

HSL color Cylindrical-coordinate representation of color #69469F: hue angle of 263.6º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69469F is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10570159-
CMYK0.340.5600.38
HSL263.6º38.86%44.9%-
HSV(B)263.6º55.97%62.35%-
XYZ14.279.8933.96-
YUV90.61166.6138.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 70 (27.73% from 255) = 20.96%
BLUE value IS 159 (62.5% from 255) = 47.60%
R=31.44%
G=20.96%
B=47.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105701590.340.5600.38263.638.8644.9
Hex69469F2238026108272d
Octal15110623742700464104755
Binary11010011000110100111111000101110000100110100001000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69469F; }

 p { color: rgb(105,70,159); }

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

<style>
 a { background-color: #69469F; }

 a { background-color: rgb(105,70,159); }

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

<style>
 span { border-color: #69469F; }

 span { border-color: rgb(105,70,159); }

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