#693995

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

Shades of Royal Purple #693995

Tints of Royal Purple #693995

Color information

#693995 (or 0x693995) is unknown color: approx Royal Purple. HEX triplet: 69, 39 and 95. RGB value is (105,57,149). Sum of RGB (Red+Green+Blue) = 105+57+149=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #693995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693995 is #96C66A. Grayscale: #515151. Windows color (decimal): -9881195 or 9779561. OLE color: 9779561.

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

Color convert

RGB10557149-
CMYK0.300.6200.42
HSL271.3º44.66%40.39%-
HSV(B)271.3º61.74%58.43%-
XYZ12.718.129.33-
YUV81.84165.9144.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.76%
GREEN value IS 57 (22.66% from 255) = 18.33%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=33.76%
G=18.33%
B=47.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105571490.300.6200.42271.344.6640.39
Hex6939951E3E02A10f2d28
Octal1517122536760524175550
Binary110100111100110010101111101111100101010100001111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693995; }

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

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

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

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

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

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

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

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