#694395

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

Shades of Royal Purple #694395

Tints of Royal Purple #694395

Color information

#694395 (or 0x694395) is unknown color: approx Royal Purple. HEX triplet: 69, 43 and 95. RGB value is (105,67,149). Sum of RGB (Red+Green+Blue) = 105+67+149=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #694395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694395 is #96BC6A. Grayscale: #575757. Windows color (decimal): -9878635 or 9782121. OLE color: 9782121.

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

Color convert

RGB10567149-
CMYK0.300.5500.42
HSL267.8º37.96%42.35%-
HSV(B)267.8º55.03%58.43%-
XYZ13.269.1929.51-
YUV87.71162.59140.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 67 (26.56% from 255) = 20.87%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=32.71%
G=20.87%
B=46.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105671490.300.5500.42267.837.9642.35
Hex6943951E3702A10c262a
Octal15110322536670524144652
Binary1101001100001110010101111101101110101010100001100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694395; }

 p { color: rgb(105,67,149); }

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

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

 a { background-color: rgb(105,67,149); }

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

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

 span { border-color: rgb(105,67,149); }

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