#6B3DAD

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

Shades of Royal Purple #6B3DAD

Tints of Royal Purple #6B3DAD

Color information

#6B3DAD (or 0x6B3DAD) is unknown color: approx Royal Purple. HEX triplet: 6B, 3D and AD. RGB value is (107,61,173). Sum of RGB (Red+Green+Blue) = 107+61+173=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B3DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3DAD is #94C252. Grayscale: #575757. Windows color (decimal): -9749075 or 11353451. OLE color: 11353451.

HSL color Cylindrical-coordinate representation of color #6B3DAD: hue angle of 264.64º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B3DAD is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10761173-
CMYK0.380.6500.32
HSL264.64º47.86%45.88%-
HSV(B)264.64º64.74%67.84%-
XYZ15.279.4840.56-
YUV87.52176.24141.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.38%
GREEN value IS 61 (24.22% from 255) = 17.89%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=31.38%
G=17.89%
B=50.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal107611730.380.6500.32264.6447.8645.88
Hex6B3DAD2641020109302e
Octal15375255461010404116056
Binary11010111111011010110110011010000010100000100001001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,61,173); }

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

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

 a { background-color: rgb(107,61,173); }

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

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

 span { border-color: rgb(107,61,173); }

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