#692AA0

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

Shades of Royal Purple #692AA0

Tints of Royal Purple #692AA0

Color information

#692AA0 (or 0x692AA0) is unknown color: approx Royal Purple. HEX triplet: 69, 2A and A0. RGB value is (105,42,160). Sum of RGB (Red+Green+Blue) = 105+42+160=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 160 (62.89% from 255 or 52.12% from 307); Max value from RGB is 160 - color contains mainly: blue. Hex color #692AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692AA0 is #96D55F. Grayscale: #494949. Windows color (decimal): -9885024 or 10496617. OLE color: 10496617.

HSL color Cylindrical-coordinate representation of color #692AA0: hue angle of 272.03º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #692AA0 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10542160-
CMYK0.340.7400.37
HSL272.03º58.42%39.61%-
HSV(B)272.03º73.75%62.75%-
XYZ137.233.96-
YUV74.29176.37149.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 42 (16.80% from 255) = 13.68%
BLUE value IS 160 (62.89% from 255) = 52.12%
R=34.20%
G=13.68%
B=52.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal105421600.340.7400.37272.0358.4239.61
Hex692AA0224A0251103a28
Octal15152240421120454207250
Binary11010011010101010000010001010010100100101100010000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,42,160); }

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

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

 a { background-color: rgb(105,42,160); }

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

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

 span { border-color: rgb(105,42,160); }

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