#6B1B9A

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

Shades of Royal Purple #6B1B9A

Tints of Royal Purple #6B1B9A

Color information

#6B1B9A (or 0x6B1B9A) is unknown color: approx Royal Purple. HEX triplet: 6B, 1B and 9A. RGB value is (107,27,154). Sum of RGB (Red+Green+Blue) = 107+27+154=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B1B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1B9A is #94E465. Grayscale: #404040. Windows color (decimal): -9757798 or 10099563. OLE color: 10099563.

HSL color Cylindrical-coordinate representation of color #6B1B9A: hue angle of 277.8º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B1B9A is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10727154-
CMYK0.310.8200.40
HSL277.8º70.17%35.49%-
HSV(B)277.8º82.47%60.39%-
XYZ12.296.2431.13-
YUV65.4178157.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.15%
GREEN value IS 27 (10.94% from 255) = 9.38%
BLUE value IS 154 (60.55% from 255) = 53.47%
R=37.15%
G=9.38%
B=53.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal107271540.310.8200.40277.870.1735.49
Hex6B1B9A1F520281164623
Octal153332323712205042610643
Binary1101011110111001101011111101001001010001000101101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,27,154); }

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

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

 a { background-color: rgb(107,27,154); }

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

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

 span { border-color: rgb(107,27,154); }

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