#694198

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

Shades of Royal Purple #694198

Tints of Royal Purple #694198

Color information

#694198 (or 0x694198) is unknown color: approx Royal Purple. HEX triplet: 69, 41 and 98. RGB value is (105,65,152). Sum of RGB (Red+Green+Blue) = 105+65+152=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #694198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694198 is #96BE67. Grayscale: #565656. Windows color (decimal): -9879144 or 9978217. OLE color: 9978217.

HSL color Cylindrical-coordinate representation of color #694198: hue angle of 267.59º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #694198 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10565152-
CMYK0.310.5700.40
HSL267.59º40.09%42.55%-
HSV(B)267.59º57.24%59.61%-
XYZ13.389.0530.75-
YUV86.88164.75140.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 65 (25.78% from 255) = 20.19%
BLUE value IS 152 (59.77% from 255) = 47.20%
R=32.61%
G=20.19%
B=47.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105651520.310.5700.40267.5940.0942.55
Hex6941981F3902810c282b
Octal15110123037710504145053
Binary1101001100000110011000111111110010101000100001100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694198; }

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

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

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

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

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

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

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

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