#69159F

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

Shades of Royal Purple #69159F

Tints of Royal Purple #69159F

Color information

#69159F (or 0x69159F) is unknown color: approx Royal Purple. HEX triplet: 69, 15 and 9F. RGB value is (105,21,159). Sum of RGB (Red+Green+Blue) = 105+21+159=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #69159F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69159F is #96EA60. Grayscale: #3D3D3D. Windows color (decimal): -9890401 or 10425705. OLE color: 10425705.

HSL color Cylindrical-coordinate representation of color #69159F: hue angle of 276.52º degrees, saturation: 0.77, 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 #69159F is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10521159-
CMYK0.340.8700.38
HSL276.52º76.67%35.29%-
HSV(B)276.52º86.79%62.35%-
XYZ12.356.0433.32-
YUV61.85182.83158.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 21 (8.59% from 255) = 7.37%
BLUE value IS 159 (62.5% from 255) = 55.79%
R=36.84%
G=7.37%
B=55.79%

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
Decimal105211590.340.8700.38276.5276.6735.29
Hex69159F22570261154d23
Octal151252374212704642511543
Binary11010011010110011111100010101011101001101000101011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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