#69289B

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

Shades of Royal Purple #69289B

Tints of Royal Purple #69289B

Color information

#69289B (or 0x69289B) is unknown color: approx Royal Purple. HEX triplet: 69, 28 and 9B. RGB value is (105,40,155). Sum of RGB (Red+Green+Blue) = 105+40+155=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #69289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69289B is #96D764. Grayscale: #484848. Windows color (decimal): -9885541 or 10168425. OLE color: 10168425.

HSL color Cylindrical-coordinate representation of color #69289B: hue angle of 273.91º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69289B is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10540155-
CMYK0.320.7400.39
HSL273.91º58.97%38.24%-
HSV(B)273.91º74.19%60.78%-
XYZ12.56.8931.68-
YUV72.54174.53151.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 40 (16.02% from 255) = 13.33%
BLUE value IS 155 (60.94% from 255) = 51.67%
R=35%
G=13.33%
B=51.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105401550.320.7400.39273.9158.9738.24
Hex69289B204A0271123b26
Octal15150233401120474227346
Binary11010011010001001101110000010010100100111100010010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69289B; }

 p { color: rgb(105,40,155); }

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

<style>
 a { background-color: #69289B; }

 a { background-color: rgb(105,40,155); }

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

<style>
 span { border-color: #69289B; }

 span { border-color: rgb(105,40,155); }

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