#69469D

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

Shades of Royal Purple #69469D

Tints of Royal Purple #69469D

Color information

#69469D (or 0x69469D) is unknown color: approx Royal Purple. HEX triplet: 69, 46 and 9D. RGB value is (105,70,157). Sum of RGB (Red+Green+Blue) = 105+70+157=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #69469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69469D is #96B962. Grayscale: #5A5A5A. Windows color (decimal): -9877859 or 10307177. OLE color: 10307177.

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

Color convert

RGB10570157-
CMYK0.330.5500.38
HSL264.14º38.33%44.51%-
HSV(B)264.14º55.41%61.57%-
XYZ14.19.8233.05-
YUV90.38165.6138.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 70 (27.73% from 255) = 21.08%
BLUE value IS 157 (61.72% from 255) = 47.29%
R=31.63%
G=21.08%
B=47.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105701570.330.5500.38264.1438.3344.51
Hex69469D2137026108262d
Octal15110623541670464104655
Binary11010011000110100111011000011101110100110100001000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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