#692399

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

Shades of Royal Purple #692399

Tints of Royal Purple #692399

Color information

#692399 (or 0x692399) is unknown color: approx Royal Purple. HEX triplet: 69, 23 and 99. RGB value is (105,35,153). Sum of RGB (Red+Green+Blue) = 105+35+153=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #692399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692399 is #96DC66. Grayscale: #444444. Windows color (decimal): -9886823 or 10036073. OLE color: 10036073.

HSL color Cylindrical-coordinate representation of color #692399: hue angle of 275.59º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #692399 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10535153-
CMYK0.310.7700.4
HSL275.59º62.77%36.86%-
HSV(B)275.59º77.12%60%-
XYZ12.186.5130.75-
YUV69.38175.19153.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.84%
GREEN value IS 35 (14.06% from 255) = 11.95%
BLUE value IS 153 (60.16% from 255) = 52.22%
R=35.84%
G=11.95%
B=52.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal105351530.310.7700.4275.5962.7736.86
Hex6923991F4D0281143f25
Octal15143231371150504247745
Binary1101001100011100110011111110011010101000100010100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692399; }

 p { color: rgb(105,35,153); }

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

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

 a { background-color: rgb(105,35,153); }

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

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

 span { border-color: rgb(105,35,153); }

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