#69369F

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

Shades of Royal Purple #69369F

Tints of Royal Purple #69369F

Color information

#69369F (or 0x69369F) is unknown color: approx Royal Purple. HEX triplet: 69, 36 and 9F. RGB value is (105,54,159). Sum of RGB (Red+Green+Blue) = 105+54+159=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #69369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69369F is #96C960. Grayscale: #505050. Windows color (decimal): -9881953 or 10434153. OLE color: 10434153.

HSL color Cylindrical-coordinate representation of color #69369F: hue angle of 269.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69369F is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10554159-
CMYK0.340.6600.38
HSL269.14º49.3%41.76%-
HSV(B)269.14º66.04%62.35%-
XYZ13.48.1433.67-
YUV81.22171.9144.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 159 (62.5% from 255) = 50%
R=33.02%
G=16.98%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105541590.340.6600.38269.1449.341.76
Hex69369F224202610d312a
Octal15166237421020464156152
Binary11010011101101001111110001010000100100110100001101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,54,159); }

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

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

 a { background-color: rgb(105,54,159); }

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

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

 span { border-color: rgb(105,54,159); }

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