#69378E

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

Shades of Royal Purple #69378E

Tints of Royal Purple #69378E

Color information

#69378E (or 0x69378E) is unknown color: approx Royal Purple. HEX triplet: 69, 37 and 8E. RGB value is (105,55,142). Sum of RGB (Red+Green+Blue) = 105+55+142=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #69378E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69378E is #96C871. Grayscale: #4F4F4F. Windows color (decimal): -9881714 or 9320297. OLE color: 9320297.

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

Color convert

RGB10555142-
CMYK0.260.6100.44
HSL274.48º44.16%38.63%-
HSV(B)274.48º61.27%55.69%-
XYZ12.077.6926.44-
YUV79.87163.06145.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 55 (21.88% from 255) = 18.21%
BLUE value IS 142 (55.86% from 255) = 47.02%
R=34.77%
G=18.21%
B=47.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105551420.260.6100.44274.4844.1638.63
Hex69378E1A3D02C1122c27
Octal1516721632750544225447
Binary110100111011110001110110101111010101100100010010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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