#6F349B

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

Shades of Royal Purple #6F349B

Tints of Royal Purple #6F349B

Color information

#6F349B (or 0x6F349B) is unknown color: approx Royal Purple. HEX triplet: 6F, 34 and 9B. RGB value is (111,52,155). Sum of RGB (Red+Green+Blue) = 111+52+155=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F349B is #90CB64. Grayscale: #515151. Windows color (decimal): -9489253 or 10171503. OLE color: 10171503.

HSL color Cylindrical-coordinate representation of color #6F349B: hue angle of 274.37º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F349B is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11152155-
CMYK0.280.6600.39
HSL274.37º49.76%40.59%-
HSV(B)274.37º66.45%60.78%-
XYZ13.78.231.87-
YUV81.38169.55149.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.91%
GREEN value IS 52 (20.70% from 255) = 16.35%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=34.91%
G=16.35%
B=48.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111521550.280.6600.39274.3749.7640.59
Hex6F349B1C420271123229
Octal15764233341020474226251
Binary1101111110100100110111110010000100100111100010010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F349B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,52,155); }

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

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

 a { background-color: rgb(111,52,155); }

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

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

 span { border-color: rgb(111,52,155); }

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