#6B359F

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

Shades of Royal Purple #6B359F

Tints of Royal Purple #6B359F

Color information

#6B359F (or 0x6B359F) is unknown color: approx Royal Purple. HEX triplet: 6B, 35 and 9F. RGB value is (107,53,159). Sum of RGB (Red+Green+Blue) = 107+53+159=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B359F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B359F is #94CA60. Grayscale: #505050. Windows color (decimal): -9751137 or 10433899. OLE color: 10433899.

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

Color convert

RGB10753159-
CMYK0.330.6700.38
HSL270.57º50%41.57%-
HSV(B)270.57º66.67%62.35%-
XYZ13.598.1833.66-
YUV81.23171.89146.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.54%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 159 (62.5% from 255) = 49.84%
R=33.54%
G=16.61%
B=49.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107531590.330.6700.38270.575041.57
Hex6B359F214302610f322a
Octal15365237411030464176252
Binary11010111101011001111110000110000110100110100001111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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