#6A3E8C

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

Shades of Royal Purple #6A3E8C

Tints of Royal Purple #6A3E8C

Color information

#6A3E8C (or 0x6A3E8C) is unknown color: approx Royal Purple. HEX triplet: 6A, 3E and 8C. RGB value is (106,62,140). Sum of RGB (Red+Green+Blue) = 106+62+140=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A3E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3E8C is #95C173. Grayscale: #535353. Windows color (decimal): -9814388 or 9191018. OLE color: 9191018.

HSL color Cylindrical-coordinate representation of color #6A3E8C: hue angle of 273.85º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A3E8C is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10662140-
CMYK0.240.5600.45
HSL273.85º38.61%39.61%-
HSV(B)273.85º55.71%54.9%-
XYZ12.48.425.78-
YUV84.05159.58143.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.42%
GREEN value IS 62 (24.61% from 255) = 20.13%
BLUE value IS 140 (55.08% from 255) = 45.45%
R=34.42%
G=20.13%
B=45.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106621400.240.5600.45273.8538.6139.61
Hex6A3E8C183802D1122728
Octal1527621430700554224750
Binary110101011111010001100110001110000101101100010010100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,62,140); }

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

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

 a { background-color: rgb(106,62,140); }

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

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

 span { border-color: rgb(106,62,140); }

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