#69428E

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

Shades of Royal Purple #69428E

Tints of Royal Purple #69428E

Color information

#69428E (or 0x69428E) is unknown color: approx Royal Purple. HEX triplet: 69, 42 and 8E. RGB value is (105,66,142). Sum of RGB (Red+Green+Blue) = 105+66+142=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #69428E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69428E is #96BD71. Grayscale: #565656. Windows color (decimal): -9878898 or 9323113. OLE color: 9323113.

HSL color Cylindrical-coordinate representation of color #69428E: hue angle of 270.79º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69428E is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10566142-
CMYK0.260.5400.44
HSL270.79º36.54%40.78%-
HSV(B)270.79º53.52%55.69%-
XYZ12.668.8526.63-
YUV86.32159.42141.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.55%
GREEN value IS 66 (26.17% from 255) = 21.09%
BLUE value IS 142 (55.86% from 255) = 45.37%
R=33.55%
G=21.09%
B=45.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105661420.260.5400.44270.7936.5440.78
Hex69428E1A3602C10f2529
Octal15110221632660544174551
Binary1101001100001010001110110101101100101100100001111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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