#69399C

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

Shades of Royal Purple #69399C

Tints of Royal Purple #69399C

Color information

#69399C (or 0x69399C) is unknown color: approx Royal Purple. HEX triplet: 69, 39 and 9C. RGB value is (105,57,156). Sum of RGB (Red+Green+Blue) = 105+57+156=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #69399C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69399C is #96C663. Grayscale: #525252. Windows color (decimal): -9881188 or 10238313. OLE color: 10238313.

HSL color Cylindrical-coordinate representation of color #69399C: hue angle of 269.09º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69399C is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10557156-
CMYK0.330.6300.39
HSL269.09º46.48%41.76%-
HSV(B)269.09º63.46%61.18%-
XYZ13.298.3332.36-
YUV82.64169.4143.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 57 (22.66% from 255) = 17.92%
BLUE value IS 156 (61.33% from 255) = 49.06%
R=33.02%
G=17.92%
B=49.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105571560.330.6300.39269.0946.4841.76
Hex69399C213F02710d2e2a
Octal1517123441770474155652
Binary1101001111001100111001000011111110100111100001101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69399C; }

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

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

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

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

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

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

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

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