#692495

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

Shades of Royal Purple #692495

Tints of Royal Purple #692495

Color information

#692495 (or 0x692495) is unknown color: approx Royal Purple. HEX triplet: 69, 24 and 95. RGB value is (105,36,149). Sum of RGB (Red+Green+Blue) = 105+36+149=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #692495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692495 is #96DB6A. Grayscale: #454545. Windows color (decimal): -9886571 or 9774185. OLE color: 9774185.

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

Color convert

RGB10536149-
CMYK0.300.7600.42
HSL276.64º61.08%36.27%-
HSV(B)276.64º75.84%58.43%-
XYZ11.886.4329.05-
YUV69.51172.86153.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 36 (14.45% from 255) = 12.41%
BLUE value IS 149 (58.59% from 255) = 51.38%
R=36.21%
G=12.41%
B=51.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105361490.300.7600.42276.6461.0836.27
Hex6924951E4C02A1153d24
Octal15144225361140524257544
Binary1101001100100100101011111010011000101010100010101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692495; }

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

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

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

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

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

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

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

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