#6B20A3

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

Shades of Royal Purple #6B20A3

Tints of Royal Purple #6B20A3

Color information

#6B20A3 (or 0x6B20A3) is unknown color: approx Royal Purple. HEX triplet: 6B, 20 and A3. RGB value is (107,32,163). Sum of RGB (Red+Green+Blue) = 107+32+163=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 163 (64.06% from 255 or 53.97% from 302); Max value from RGB is 163 - color contains mainly: blue. Hex color #6B20A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B20A3 is #94DF5C. Grayscale: #444444. Windows color (decimal): -9756509 or 10690667. OLE color: 10690667.

HSL color Cylindrical-coordinate representation of color #6B20A3: hue angle of 274.35º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B20A3 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10732163-
CMYK0.340.8000.36
HSL274.35º67.18%38.24%-
HSV(B)274.35º80.37%63.92%-
XYZ13.196.835.27-
YUV69.36180.85154.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.43%
GREEN value IS 32 (12.89% from 255) = 10.60%
BLUE value IS 163 (64.06% from 255) = 53.97%
R=35.43%
G=10.60%
B=53.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal107321630.340.8000.36274.3567.1838.24
Hex6B20A322500241124326
Octal153402434212004442210346
Binary110101110000010100011100010101000001001001000100101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B20A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,32,163); }

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

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

 a { background-color: rgb(107,32,163); }

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

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

 span { border-color: rgb(107,32,163); }

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