#69459E

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

Shades of Royal Purple #69459E

Tints of Royal Purple #69459E

Color information

#69459E (or 0x69459E) is unknown color: approx Royal Purple. HEX triplet: 69, 45 and 9E. RGB value is (105,69,158). Sum of RGB (Red+Green+Blue) = 105+69+158=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #69459E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69459E is #96BA61. Grayscale: #595959. Windows color (decimal): -9878114 or 10372457. OLE color: 10372457.

HSL color Cylindrical-coordinate representation of color #69459E: hue angle of 264.27º 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 #69459E is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10569158-
CMYK0.340.5600.38
HSL264.27º39.21%44.51%-
HSV(B)264.27º56.33%61.96%-
XYZ14.139.7333.48-
YUV89.91166.43138.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 69 (27.34% from 255) = 20.78%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=31.63%
G=20.78%
B=47.59%

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
Decimal105691580.340.5600.38264.2739.2144.51
Hex69459E2238026108272d
Octal15110523642700464104755
Binary11010011000101100111101000101110000100110100001000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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