#692FAD

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

Shades of Royal Purple #692FAD

Tints of Royal Purple #692FAD

Color information

#692FAD (or 0x692FAD) is unknown color: approx Royal Purple. HEX triplet: 69, 2F and AD. RGB value is (105,47,173). Sum of RGB (Red+Green+Blue) = 105+47+173=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #692FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692FAD is #96D052. Grayscale: #4E4E4E. Windows color (decimal): -9883731 or 11349865. OLE color: 11349865.

HSL color Cylindrical-coordinate representation of color #692FAD: hue angle of 267.62º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #692FAD is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10547173-
CMYK0.390.7300.32
HSL267.62º57.27%43.14%-
HSV(B)267.62º72.83%67.84%-
XYZ14.398.0540.33-
YUV78.71181.22146.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 47 (18.75% from 255) = 14.46%
BLUE value IS 173 (67.97% from 255) = 53.23%
R=32.31%
G=14.46%
B=53.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105471730.390.7300.32267.6257.2743.14
Hex692FAD274902010c392b
Octal15157255471110404147153
Binary11010011011111010110110011110010010100000100001100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692FAD; }

 p { color: rgb(105,47,173); }

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

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

 a { background-color: rgb(105,47,173); }

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

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

 span { border-color: rgb(105,47,173); }

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