#6A1C9B

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

Shades of Royal Purple #6A1C9B

Tints of Royal Purple #6A1C9B

Color information

#6A1C9B (or 0x6A1C9B) is unknown color: approx Royal Purple. HEX triplet: 6A, 1C and 9B. RGB value is (106,28,155). Sum of RGB (Red+Green+Blue) = 106+28+155=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A1C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1C9B is #95E364. Grayscale: #414141. Windows color (decimal): -9823077 or 10165354. OLE color: 10165354.

HSL color Cylindrical-coordinate representation of color #6A1C9B: hue angle of 276.85º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A1C9B is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10628155-
CMYK0.320.8200.39
HSL276.85º69.4%35.88%-
HSV(B)276.85º81.94%60.78%-
XYZ12.286.2631.57-
YUV65.8178.34156.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.68%
GREEN value IS 28 (11.33% from 255) = 9.69%
BLUE value IS 155 (60.94% from 255) = 53.63%
R=36.68%
G=9.69%
B=53.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal106281550.320.8200.39276.8569.435.88
Hex6A1C9B20520271154524
Octal152342334012204742510544
Binary11010101110010011011100000101001001001111000101011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,28,155); }

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

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

 a { background-color: rgb(106,28,155); }

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

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

 span { border-color: rgb(106,28,155); }

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