#69479E

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

Shades of Royal Purple #69479E

Tints of Royal Purple #69479E

Color information

#69479E (or 0x69479E) is unknown color: approx Royal Purple. HEX triplet: 69, 47 and 9E. RGB value is (105,71,158). Sum of RGB (Red+Green+Blue) = 105+71+158=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #69479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69479E is #96B861. Grayscale: #5A5A5A. Windows color (decimal): -9877602 or 10372969. OLE color: 10372969.

HSL color Cylindrical-coordinate representation of color #69479E: hue angle of 263.45º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69479E is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10571158-
CMYK0.340.5500.38
HSL263.45º37.99%44.9%-
HSV(B)263.45º55.06%61.96%-
XYZ14.259.9833.52-
YUV91.08165.76137.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 71 (28.12% from 255) = 21.26%
BLUE value IS 158 (62.11% from 255) = 47.31%
R=31.44%
G=21.26%
B=47.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105711580.340.5500.38263.4537.9944.9
Hex69479E2237026107262d
Octal15110723642670464074655
Binary11010011000111100111101000101101110100110100000111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,71,158); }

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

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

 a { background-color: rgb(105,71,158); }

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

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

 span { border-color: rgb(105,71,158); }

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