#694191

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

Shades of Royal Purple #694191

Tints of Royal Purple #694191

Color information

#694191 (or 0x694191) is unknown color: approx Royal Purple. HEX triplet: 69, 41 and 91. RGB value is (105,65,145). Sum of RGB (Red+Green+Blue) = 105+65+145=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #694191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694191 is #96BE6E. Grayscale: #555555. Windows color (decimal): -9879151 or 9519465. OLE color: 9519465.

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

Color convert

RGB10565145-
CMYK0.280.5500.43
HSL270º38.1%41.18%-
HSV(B)270º55.17%56.86%-
XYZ12.838.8327.82-
YUV86.08161.25141.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 65 (25.78% from 255) = 20.63%
BLUE value IS 145 (57.03% from 255) = 46.03%
R=33.33%
G=20.63%
B=46.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105651450.280.5500.4327038.141.18
Hex6941911C3702B10e2629
Octal15110122134670534164651
Binary1101001100000110010001111001101110101011100001110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694191; }

 p { color: rgb(105,65,145); }

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

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

 a { background-color: rgb(105,65,145); }

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

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

 span { border-color: rgb(105,65,145); }

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