#6B349A

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

Shades of Royal Purple #6B349A

Tints of Royal Purple #6B349A

Color information

#6B349A (or 0x6B349A) is unknown color: approx Royal Purple. HEX triplet: 6B, 34 and 9A. RGB value is (107,52,154). Sum of RGB (Red+Green+Blue) = 107+52+154=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B349A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B349A is #94CB65. Grayscale: #4F4F4F. Windows color (decimal): -9751398 or 10105963. OLE color: 10105963.

HSL color Cylindrical-coordinate representation of color #6B349A: hue angle of 272.35º degrees, saturation: 0.5, 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 #6B349A is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10752154-
CMYK0.310.6600.40
HSL272.35º49.51%40.39%-
HSV(B)272.35º66.23%60.39%-
XYZ13.127.9131.41-
YUV80.07169.72147.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.19%
GREEN value IS 52 (20.70% from 255) = 16.61%
BLUE value IS 154 (60.55% from 255) = 49.20%
R=34.19%
G=16.61%
B=49.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal107521540.310.6600.40272.3549.5140.39
Hex6B349A1F420281103228
Octal15364232371020504206250
Binary1101011110100100110101111110000100101000100010000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B349A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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