#6B3B98

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

Shades of Royal Purple #6B3B98

Tints of Royal Purple #6B3B98

Color information

#6B3B98 (or 0x6B3B98) is unknown color: approx Royal Purple. HEX triplet: 6B, 3B and 98. RGB value is (107,59,152). Sum of RGB (Red+Green+Blue) = 107+59+152=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #6B3B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3B98 is #94C467. Grayscale: #535353. Windows color (decimal): -9749608 or 9976683. OLE color: 9976683.

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

Color convert

RGB10759152-
CMYK0.300.6100.40
HSL270.97º44.08%41.37%-
HSV(B)270.97º61.18%59.61%-
XYZ13.298.5230.65-
YUV83.95166.4144.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.65%
GREEN value IS 59 (23.44% from 255) = 18.55%
BLUE value IS 152 (59.77% from 255) = 47.80%
R=33.65%
G=18.55%
B=47.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal107591520.300.6100.40270.9744.0841.37
Hex6B3B981E3D02810f2c29
Octal1537323036750504175451
Binary110101111101110011000111101111010101000100001111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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