#69339E

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

Shades of Royal Purple #69339E

Tints of Royal Purple #69339E

Color information

#69339E (or 0x69339E) is unknown color: approx Royal Purple. HEX triplet: 69, 33 and 9E. RGB value is (105,51,158). Sum of RGB (Red+Green+Blue) = 105+51+158=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #69339E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69339E is #96CC61. Grayscale: #4E4E4E. Windows color (decimal): -9882722 or 10367849. OLE color: 10367849.

HSL color Cylindrical-coordinate representation of color #69339E: hue angle of 270.28º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69339E is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10551158-
CMYK0.340.6800.38
HSL270.28º51.2%40.98%-
HSV(B)270.28º67.72%61.96%-
XYZ13.187.8433.17-
YUV79.34172.39146.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 51 (20.31% from 255) = 16.24%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=33.44%
G=16.24%
B=50.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105511580.340.6800.38270.2851.240.98
Hex69339E224402610e3329
Octal15163236421040464166351
Binary11010011100111001111010001010001000100110100001110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69339E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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