#692EA4

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

Shades of Royal Purple #692EA4

Tints of Royal Purple #692EA4

Color information

#692EA4 (or 0x692EA4) is unknown color: approx Royal Purple. HEX triplet: 69, 2E and A4. RGB value is (105,46,164). Sum of RGB (Red+Green+Blue) = 105+46+164=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #692EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692EA4 is #96D15B. Grayscale: #4C4C4C. Windows color (decimal): -9883996 or 10759785. OLE color: 10759785.

HSL color Cylindrical-coordinate representation of color #692EA4: hue angle of 270º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #692EA4 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10546164-
CMYK0.360.7200.36
HSL270º56.19%41.18%-
HSV(B)270º71.95%64.31%-
XYZ13.57.6435.88-
YUV77.09177.05147.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 46 (18.36% from 255) = 14.60%
BLUE value IS 164 (64.45% from 255) = 52.06%
R=33.33%
G=14.60%
B=52.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105461640.360.7200.3627056.1941.18
Hex692EA4244802410e3829
Octal15156244441100444167051
Binary11010011011101010010010010010010000100100100001110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,46,164); }

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

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

 a { background-color: rgb(105,46,164); }

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

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

 span { border-color: rgb(105,46,164); }

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