#6A338E

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

Shades of Royal Purple #6A338E

Tints of Royal Purple #6A338E

Color information

#6A338E (or 0x6A338E) is unknown color: approx Royal Purple. HEX triplet: 6A, 33 and 8E. RGB value is (106,51,142). Sum of RGB (Red+Green+Blue) = 106+51+142=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A338E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A338E is #95CC71. Grayscale: #4D4D4D. Windows color (decimal): -9817202 or 9319274. OLE color: 9319274.

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

Color convert

RGB10651142-
CMYK0.250.6400.44
HSL276.26º47.15%37.84%-
HSV(B)276.26º64.08%55.69%-
XYZ12.017.3826.38-
YUV77.82164.22148.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.45%
GREEN value IS 51 (20.31% from 255) = 17.06%
BLUE value IS 142 (55.86% from 255) = 47.49%
R=35.45%
G=17.06%
B=47.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106511420.250.6400.44276.2647.1537.84
Hex6A338E194002C1142f26
Octal15263216311000544245746
Binary1101010110011100011101100110000000101100100010100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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