#69319D

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

Shades of Royal Purple #69319D

Tints of Royal Purple #69319D

Color information

#69319D (or 0x69319D) is unknown color: approx Royal Purple. HEX triplet: 69, 31 and 9D. RGB value is (105,49,157). Sum of RGB (Red+Green+Blue) = 105+49+157=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #69319D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69319D is #96CE62. Grayscale: #4D4D4D. Windows color (decimal): -9883235 or 10301801. OLE color: 10301801.

HSL color Cylindrical-coordinate representation of color #69319D: hue angle of 271.11º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69319D is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10549157-
CMYK0.330.6900.38
HSL271.11º52.43%40.39%-
HSV(B)271.11º68.79%61.57%-
XYZ13.017.6332.69-
YUV78.06172.55147.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.76%
GREEN value IS 49 (19.53% from 255) = 15.76%
BLUE value IS 157 (61.72% from 255) = 50.48%
R=33.76%
G=15.76%
B=50.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105491570.330.6900.38271.1152.4340.39
Hex69319D214502610f3428
Octal15161235411050464176450
Binary11010011100011001110110000110001010100110100001111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69319D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69319D; }

 p { color: rgb(105,49,157); }

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

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

 a { background-color: rgb(105,49,157); }

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

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

 span { border-color: rgb(105,49,157); }

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