#69149F

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

Shades of Royal Purple #69149F

Tints of Royal Purple #69149F

Color information

#69149F (or 0x69149F) is unknown color: approx Royal Purple. HEX triplet: 69, 14 and 9F. RGB value is (105,20,159). Sum of RGB (Red+Green+Blue) = 105+20+159=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #69149F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69149F is #96EB60. Grayscale: #3C3C3C. Windows color (decimal): -9890657 or 10425449. OLE color: 10425449.

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

Color convert

RGB10520159-
CMYK0.340.8700.38
HSL276.69º77.65%35.1%-
HSV(B)276.69º87.42%62.35%-
XYZ12.336.0133.31-
YUV61.26183.16159.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 20 (8.20% from 255) = 7.04%
BLUE value IS 159 (62.5% from 255) = 55.99%
R=36.97%
G=7.04%
B=55.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105201590.340.8700.38276.6977.6535.1
Hex69149F22570261154e23
Octal151242374212704642511643
Binary11010011010010011111100010101011101001101000101011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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