#692895

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

Shades of Royal Purple #692895

Tints of Royal Purple #692895

Color information

#692895 (or 0x692895) is unknown color: approx Royal Purple. HEX triplet: 69, 28 and 95. RGB value is (105,40,149). Sum of RGB (Red+Green+Blue) = 105+40+149=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #692895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692895 is #96D76A. Grayscale: #474747. Windows color (decimal): -9885547 or 9775209. OLE color: 9775209.

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

Color convert

RGB10540149-
CMYK0.300.7300.42
HSL275.78º57.67%37.06%-
HSV(B)275.78º73.15%58.43%-
XYZ12.016.6929.09-
YUV71.86171.53151.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.71%
GREEN value IS 40 (16.02% from 255) = 13.61%
BLUE value IS 149 (58.59% from 255) = 50.68%
R=35.71%
G=13.61%
B=50.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105401490.300.7300.42275.7857.6737.06
Hex6928951E4902A1143a25
Octal15150225361110524247245
Binary1101001101000100101011111010010010101010100010100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692895; }

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

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

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

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

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

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

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

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