#693992

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

Shades of Royal Purple #693992

Tints of Royal Purple #693992

Color information

#693992 (or 0x693992) is unknown color: approx Royal Purple. HEX triplet: 69, 39 and 92. RGB value is (105,57,146). Sum of RGB (Red+Green+Blue) = 105+57+146=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #693992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693992 is #96C66D. Grayscale: #515151. Windows color (decimal): -9881198 or 9582953. OLE color: 9582953.

HSL color Cylindrical-coordinate representation of color #693992: hue angle of 272.36º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #693992 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10557146-
CMYK0.280.6100.43
HSL272.36º43.84%39.8%-
HSV(B)272.36º60.96%57.25%-
XYZ12.48828.08-
YUV81.5164.4144.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 57 (22.66% from 255) = 18.51%
BLUE value IS 146 (57.42% from 255) = 47.40%
R=34.09%
G=18.51%
B=47.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105571460.280.6100.43272.3643.8439.8
Hex6939921C3D02B1102c28
Octal1517122234750534205450
Binary110100111100110010010111001111010101011100010000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693992; }

 p { color: rgb(105,57,146); }

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

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

 a { background-color: rgb(105,57,146); }

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

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

 span { border-color: rgb(105,57,146); }

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