#69428D

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

Shades of Royal Purple #69428D

Tints of Royal Purple #69428D

Color information

#69428D (or 0x69428D) is unknown color: approx Royal Purple. HEX triplet: 69, 42 and 8D. RGB value is (105,66,141). Sum of RGB (Red+Green+Blue) = 105+66+141=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #69428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69428D is #96BD72. Grayscale: #555555. Windows color (decimal): -9878899 or 9257577. OLE color: 9257577.

HSL color Cylindrical-coordinate representation of color #69428D: hue angle of 271.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69428D is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10566141-
CMYK0.260.5300.45
HSL271.2º36.23%40.59%-
HSV(B)271.2º53.19%55.29%-
XYZ12.588.8226.24-
YUV86.21158.92141.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.65%
GREEN value IS 66 (26.17% from 255) = 21.15%
BLUE value IS 141 (55.47% from 255) = 45.19%
R=33.65%
G=21.15%
B=45.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105661410.260.5300.45271.236.2340.59
Hex69428D1A3502D10f2429
Octal15110221532650554174451
Binary1101001100001010001101110101101010101101100001111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,66,141); }

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

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

 a { background-color: rgb(105,66,141); }

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

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

 span { border-color: rgb(105,66,141); }

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