#6A378E

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

Shades of Royal Purple #6A378E

Tints of Royal Purple #6A378E

Color information

#6A378E (or 0x6A378E) is unknown color: approx Royal Purple. HEX triplet: 6A, 37 and 8E. RGB value is (106,55,142). Sum of RGB (Red+Green+Blue) = 106+55+142=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A378E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A378E is #95C871. Grayscale: #4F4F4F. Windows color (decimal): -9816178 or 9320298. OLE color: 9320298.

HSL color Cylindrical-coordinate representation of color #6A378E: hue angle of 275.17º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A378E is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10655142-
CMYK0.250.6100.44
HSL275.17º44.16%38.63%-
HSV(B)275.17º61.27%55.69%-
XYZ12.197.7526.44-
YUV80.17162.9146.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.98%
GREEN value IS 55 (21.88% from 255) = 18.15%
BLUE value IS 142 (55.86% from 255) = 46.86%
R=34.98%
G=18.15%
B=46.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106551420.250.6100.44275.1744.1638.63
Hex6A378E193D02C1132c27
Octal1526721631750544235447
Binary110101011011110001110110011111010101100100010011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,55,142); }

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

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

 a { background-color: rgb(106,55,142); }

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

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

 span { border-color: rgb(106,55,142); }

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