#6A189F

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

Shades of Royal Purple #6A189F

Tints of Royal Purple #6A189F

Color information

#6A189F (or 0x6A189F) is unknown color: approx Royal Purple. HEX triplet: 6A, 18 and 9F. RGB value is (106,24,159). Sum of RGB (Red+Green+Blue) = 106+24+159=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A189F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A189F is #95E760. Grayscale: #3F3F3F. Windows color (decimal): -9824097 or 10426474. OLE color: 10426474.

HSL color Cylindrical-coordinate representation of color #6A189F: hue angle of 276.44º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A189F is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10624159-
CMYK0.330.8500.38
HSL276.44º73.77%35.88%-
HSV(B)276.44º84.91%62.35%-
XYZ12.536.2233.34-
YUV63.91181.67158.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.68%
GREEN value IS 24 (9.77% from 255) = 8.30%
BLUE value IS 159 (62.5% from 255) = 55.02%
R=36.68%
G=8.30%
B=55.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106241590.330.8500.38276.4473.7735.88
Hex6A189F21550261144a24
Octal152302374112504642411244
Binary11010101100010011111100001101010101001101000101001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A189F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A189F; }

 p { color: rgb(106,24,159); }

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

<style>
 a { background-color: #6A189F; }

 a { background-color: rgb(106,24,159); }

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

<style>
 span { border-color: #6A189F; }

 span { border-color: rgb(106,24,159); }

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