#6b1a9f

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

Shades of Royal Purple #6B1A9F

Tints of Royal Purple #6B1A9F

Color information

#6B1A9F (or 0x6B1A9F) is unknown color: approx Royal Purple. HEX triplet: 6B, 1A and 9F. RGB value is (107,26,159). Sum of RGB (Red+Green+Blue) = 107+26+159=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B1A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1A9F is #94E560. Grayscale: #404040. Windows color (decimal): -9758049 or 10426987. OLE color: 10426987.

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

Color convert

RGB10726159-
CMYK0.330.8400.38
HSL276.54º71.89%36.27%-
HSV(B)276.54º83.65%62.35%-
XYZ12.696.3733.36-
YUV65.38180.84157.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.64%
GREEN value IS 26 (10.55% from 255) = 8.90%
BLUE value IS 159 (62.5% from 255) = 54.45%
R=36.64%
G=8.90%
B=54.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107261590.330.8400.38276.5471.8936.27
Hex6B1A9F21540261154824
Octal153322374112404642511044
Binary11010111101010011111100001101010001001101000101011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b1a9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,26,159); }

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

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

 a { background-color: rgb(107,26,159); }

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

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

 span { border-color: rgb(107,26,159); }

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