#692EA7

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

Shades of Royal Purple #692EA7

Tints of Royal Purple #692EA7

Color information

#692EA7 (or 0x692EA7) is unknown color: approx Royal Purple. HEX triplet: 69, 2E and A7. RGB value is (105,46,167). Sum of RGB (Red+Green+Blue) = 105+46+167=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 167 (65.62% from 255 or 52.52% from 318); Max value from RGB is 167 - color contains mainly: blue. Hex color #692EA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692EA7 is #96D158. Grayscale: #4D4D4D. Windows color (decimal): -9883993 or 10956393. OLE color: 10956393.

HSL color Cylindrical-coordinate representation of color #692EA7: hue angle of 269.26º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #692EA7 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10546167-
CMYK0.370.7200.35
HSL269.26º56.81%41.76%-
HSV(B)269.26º72.46%65.49%-
XYZ13.787.7537.33-
YUV77.44178.55147.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 46 (18.36% from 255) = 14.47%
BLUE value IS 167 (65.62% from 255) = 52.52%
R=33.02%
G=14.47%
B=52.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal105461670.370.7200.35269.2656.8141.76
Hex692EA7254802310d392a
Octal15156247451100434157152
Binary11010011011101010011110010110010000100011100001101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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