#692595

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

Shades of Royal Purple #692595

Tints of Royal Purple #692595

Color information

#692595 (or 0x692595) is unknown color: approx Royal Purple. HEX triplet: 69, 25 and 95. RGB value is (105,37,149). Sum of RGB (Red+Green+Blue) = 105+37+149=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #692595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692595 is #96DA6A. Grayscale: #454545. Windows color (decimal): -9886315 or 9774441. OLE color: 9774441.

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

Color convert

RGB10537149-
CMYK0.300.7500.42
HSL276.43º60.22%36.47%-
HSV(B)276.43º75.17%58.43%-
XYZ11.916.529.06-
YUV70.1172.53152.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=36.08%
G=12.71%
B=51.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105371490.300.7500.42276.4360.2236.47
Hex6925951E4B02A1143c24
Octal15145225361130524247444
Binary1101001100101100101011111010010110101010100010100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692595; }

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

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

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

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

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

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

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

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