#6E30AC

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

Shades of Royal Purple #6E30AC

Tints of Royal Purple #6E30AC

Color information

#6E30AC (or 0x6E30AC) is unknown color: approx Royal Purple. HEX triplet: 6E, 30 and AC. RGB value is (110,48,172). Sum of RGB (Red+Green+Blue) = 110+48+172=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E30AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E30AC is #91CF53. Grayscale: #505050. Windows color (decimal): -9555796 or 11284590. OLE color: 11284590.

HSL color Cylindrical-coordinate representation of color #6E30AC: hue angle of 270º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E30AC is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11048172-
CMYK0.360.7200.33
HSL270º56.36%43.14%-
HSV(B)270º72.09%67.45%-
XYZ14.938.4139.87-
YUV80.67179.54148.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.33%
GREEN value IS 48 (19.14% from 255) = 14.55%
BLUE value IS 172 (67.58% from 255) = 52.12%
R=33.33%
G=14.55%
B=52.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110481720.360.7200.3327056.3643.14
Hex6E30AC244802110e382b
Octal15660254441100414167053
Binary11011101100001010110010010010010000100001100001110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E30AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,48,172); }

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

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

 a { background-color: rgb(110,48,172); }

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

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

 span { border-color: rgb(110,48,172); }

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