#69459D

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

Shades of Royal Purple #69459D

Tints of Royal Purple #69459D

Color information

#69459D (or 0x69459D) is unknown color: approx Royal Purple. HEX triplet: 69, 45 and 9D. RGB value is (105,69,157). Sum of RGB (Red+Green+Blue) = 105+69+157=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #69459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69459D is #96BA62. Grayscale: #595959. Windows color (decimal): -9878115 or 10306921. OLE color: 10306921.

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

Color convert

RGB10569157-
CMYK0.330.5600.38
HSL264.55º38.94%44.31%-
HSV(B)264.55º56.05%61.57%-
XYZ14.049.6933.03-
YUV89.8165.93138.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 69 (27.34% from 255) = 20.85%
BLUE value IS 157 (61.72% from 255) = 47.43%
R=31.72%
G=20.85%
B=47.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105691570.330.5600.38264.5538.9444.31
Hex69459D2138026109272c
Octal15110523541700464114754
Binary11010011000101100111011000011110000100110100001001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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