#6B1EA0

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

Shades of Royal Purple #6B1EA0

Tints of Royal Purple #6B1EA0

Color information

#6B1EA0 (or 0x6B1EA0) is unknown color: approx Royal Purple. HEX triplet: 6B, 1E and A0. RGB value is (107,30,160). Sum of RGB (Red+Green+Blue) = 107+30+160=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 160 (62.89% from 255 or 53.87% from 297); Max value from RGB is 160 - color contains mainly: blue. Hex color #6B1EA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1EA0 is #94E15F. Grayscale: #434343. Windows color (decimal): -9757024 or 10493547. OLE color: 10493547.

HSL color Cylindrical-coordinate representation of color #6B1EA0: hue angle of 275.54º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B1EA0 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10730160-
CMYK0.330.8100.37
HSL275.54º68.42%37.25%-
HSV(B)275.54º81.25%62.75%-
XYZ12.876.5933.85-
YUV67.84180.01155.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.03%
GREEN value IS 30 (12.11% from 255) = 10.10%
BLUE value IS 160 (62.89% from 255) = 53.87%
R=36.03%
G=10.10%
B=53.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal107301600.330.8100.37275.5468.4237.25
Hex6B1EA021510251144425
Octal153362404112104542410445
Binary11010111111010100000100001101000101001011000101001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,30,160); }

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

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

 a { background-color: rgb(107,30,160); }

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

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

 span { border-color: rgb(107,30,160); }

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