#69388D

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

Shades of Royal Purple #69388D

Tints of Royal Purple #69388D

Color information

#69388D (or 0x69388D) is unknown color: approx Royal Purple. HEX triplet: 69, 38 and 8D. RGB value is (105,56,141). Sum of RGB (Red+Green+Blue) = 105+56+141=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #69388D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69388D is #96C772. Grayscale: #505050. Windows color (decimal): -9881459 or 9255017. OLE color: 9255017.

HSL color Cylindrical-coordinate representation of color #69388D: hue angle of 274.59º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69388D is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10556141-
CMYK0.260.6000.45
HSL274.59º43.15%38.63%-
HSV(B)274.59º60.28%55.29%-
XYZ12.057.7526.06-
YUV80.34162.23145.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 141 (55.47% from 255) = 46.69%
R=34.77%
G=18.54%
B=46.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105561410.260.6000.45274.5943.1538.63
Hex69388D1A3C02D1132b27
Octal1517021532740554235347
Binary110100111100010001101110101111000101101100010011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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