#6B3195

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

Shades of Royal Purple #6B3195

Tints of Royal Purple #6B3195

Color information

#6B3195 (or 0x6B3195) is unknown color: approx Royal Purple. HEX triplet: 6B, 31 and 95. RGB value is (107,49,149). Sum of RGB (Red+Green+Blue) = 107+49+149=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B3195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3195 is #94CE6A. Grayscale: #4D4D4D. Windows color (decimal): -9752171 or 9777515. OLE color: 9777515.

HSL color Cylindrical-coordinate representation of color #6B3195: hue angle of 274.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B3195 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10749149-
CMYK0.280.6700.42
HSL274.8º50.51%38.82%-
HSV(B)274.8º67.11%58.43%-
XYZ12.597.4929.22-
YUV77.74168.22148.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.08%
GREEN value IS 49 (19.53% from 255) = 16.07%
BLUE value IS 149 (58.59% from 255) = 48.85%
R=35.08%
G=16.07%
B=48.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107491490.280.6700.42274.850.5138.82
Hex6B31951C4302A1133327
Octal15361225341030524236347
Binary1101011110001100101011110010000110101010100010011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,49,149); }

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

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

 a { background-color: rgb(107,49,149); }

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

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

 span { border-color: rgb(107,49,149); }

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