#694496

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

Shades of Royal Purple #694496

Tints of Royal Purple #694496

Color information

#694496 (or 0x694496) is unknown color: approx Royal Purple. HEX triplet: 69, 44 and 96. RGB value is (105,68,150). Sum of RGB (Red+Green+Blue) = 105+68+150=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #694496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694496 is #96BB69. Grayscale: #585858. Windows color (decimal): -9878378 or 9847913. OLE color: 9847913.

HSL color Cylindrical-coordinate representation of color #694496: hue angle of 267.07º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #694496 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10568150-
CMYK0.300.5500.41
HSL267.07º37.61%42.75%-
HSV(B)267.07º54.67%58.82%-
XYZ13.49.3429.95-
YUV88.41162.76139.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.51%
GREEN value IS 68 (26.95% from 255) = 21.05%
BLUE value IS 150 (58.98% from 255) = 46.44%
R=32.51%
G=21.05%
B=46.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105681500.300.5500.41267.0737.6142.75
Hex6944961E3702910b262b
Octal15110422636670514134653
Binary1101001100010010010110111101101110101001100001011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694496; }

 p { color: rgb(105,68,150); }

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

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

 a { background-color: rgb(105,68,150); }

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

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

 span { border-color: rgb(105,68,150); }

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