#6B3498

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

Shades of Royal Purple #6B3498

Tints of Royal Purple #6B3498

Color information

#6B3498 (or 0x6B3498) is unknown color: approx Royal Purple. HEX triplet: 6B, 34 and 98. RGB value is (107,52,152). Sum of RGB (Red+Green+Blue) = 107+52+152=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #6B3498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3498 is #94CB67. Grayscale: #4F4F4F. Windows color (decimal): -9751400 or 9974891. OLE color: 9974891.

HSL color Cylindrical-coordinate representation of color #6B3498: hue angle of 273º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B3498 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10752152-
CMYK0.300.6600.40
HSL273º49.02%40%-
HSV(B)273º65.79%59.61%-
XYZ12.967.8530.54-
YUV79.84168.72147.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.41%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 152 (59.77% from 255) = 48.87%
R=34.41%
G=16.72%
B=48.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal107521520.300.6600.4027349.0240
Hex6B34981E420281113128
Octal15364230361020504216150
Binary1101011110100100110001111010000100101000100010001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,52,152); }

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

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

 a { background-color: rgb(107,52,152); }

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

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

 span { border-color: rgb(107,52,152); }

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