#694098

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

Shades of Royal Purple #694098

Tints of Royal Purple #694098

Color information

#694098 (or 0x694098) is unknown color: approx Royal Purple. HEX triplet: 69, 40 and 98. RGB value is (105,64,152). Sum of RGB (Red+Green+Blue) = 105+64+152=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #694098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694098 is #96BF67. Grayscale: #555555. Windows color (decimal): -9879400 or 9977961. OLE color: 9977961.

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

Color convert

RGB10564152-
CMYK0.310.5800.40
HSL267.95º40.74%42.35%-
HSV(B)267.95º57.89%59.61%-
XYZ13.338.9430.73-
YUV86.29165.08141.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 152 (59.77% from 255) = 47.35%
R=32.71%
G=19.94%
B=47.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105641520.310.5800.40267.9540.7442.35
Hex6940981F3A02810c292a
Octal15110023037720504145152
Binary1101001100000010011000111111110100101000100001100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694098; }

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

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

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

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

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

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

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

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