#6A368E

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

Shades of Royal Purple #6A368E

Tints of Royal Purple #6A368E

Color information

#6A368E (or 0x6A368E) is unknown color: approx Royal Purple. HEX triplet: 6A, 36 and 8E. RGB value is (106,54,142). Sum of RGB (Red+Green+Blue) = 106+54+142=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A368E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A368E is #95C971. Grayscale: #4F4F4F. Windows color (decimal): -9816434 or 9320042. OLE color: 9320042.

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

Color convert

RGB10654142-
CMYK0.250.6200.44
HSL275.45º44.9%38.43%-
HSV(B)275.45º61.97%55.69%-
XYZ12.157.6626.43-
YUV79.58163.23146.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.10%
GREEN value IS 54 (21.48% from 255) = 17.88%
BLUE value IS 142 (55.86% from 255) = 47.02%
R=35.10%
G=17.88%
B=47.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106541420.250.6200.44275.4544.938.43
Hex6A368E193E02C1132d26
Octal1526621631760544235546
Binary110101011011010001110110011111100101100100010011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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