#69388F

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

Shades of Royal Purple #69388F

Tints of Royal Purple #69388F

Color information

#69388F (or 0x69388F) is unknown color: approx Royal Purple. HEX triplet: 69, 38 and 8F. RGB value is (105,56,143). Sum of RGB (Red+Green+Blue) = 105+56+143=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #69388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69388F is #96C770. Grayscale: #505050. Windows color (decimal): -9881457 or 9386089. OLE color: 9386089.

HSL color Cylindrical-coordinate representation of color #69388F: hue angle of 273.79º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69388F is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10556143-
CMYK0.270.6100.44
HSL273.79º43.72%39.02%-
HSV(B)273.79º60.84%56.08%-
XYZ12.27.8126.85-
YUV80.57163.23145.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.54%
GREEN value IS 56 (22.27% from 255) = 18.42%
BLUE value IS 143 (56.25% from 255) = 47.04%
R=34.54%
G=18.42%
B=47.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105561430.270.6100.44273.7943.7239.02
Hex69388F1B3D02C1122c27
Octal1517021733750544225447
Binary110100111100010001111110111111010101100100010010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69388F; }

 p { color: rgb(105,56,143); }

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

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

 a { background-color: rgb(105,56,143); }

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

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

 span { border-color: rgb(105,56,143); }

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