#69229E

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

Shades of Royal Purple #69229E

Tints of Royal Purple #69229E

Color information

#69229E (or 0x69229E) is unknown color: approx Royal Purple. HEX triplet: 69, 22 and 9E. RGB value is (105,34,158). Sum of RGB (Red+Green+Blue) = 105+34+158=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #69229E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69229E is #96DD61. Grayscale: #444444. Windows color (decimal): -9887074 or 10363497. OLE color: 10363497.

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

Color convert

RGB10534158-
CMYK0.340.7800.38
HSL274.35º64.58%37.65%-
HSV(B)274.35º78.48%61.96%-
XYZ12.576.6232.96-
YUV69.36178.02153.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.35%
GREEN value IS 34 (13.67% from 255) = 11.45%
BLUE value IS 158 (62.11% from 255) = 53.20%
R=35.35%
G=11.45%
B=53.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105341580.340.7800.38274.3564.5837.65
Hex69229E224E0261124126
Octal151422364211604642210146
Binary110100110001010011110100010100111001001101000100101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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