#6A239E

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

Shades of Royal Purple #6A239E

Tints of Royal Purple #6A239E

Color information

#6A239E (or 0x6A239E) is unknown color: approx Royal Purple. HEX triplet: 6A, 23 and 9E. RGB value is (106,35,158). Sum of RGB (Red+Green+Blue) = 106+35+158=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A239E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A239E is #95DC61. Grayscale: #454545. Windows color (decimal): -9821282 or 10363754. OLE color: 10363754.

HSL color Cylindrical-coordinate representation of color #6A239E: hue angle of 274.63º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A239E is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10635158-
CMYK0.330.7800.38
HSL274.63º63.73%37.84%-
HSV(B)274.63º77.85%61.96%-
XYZ12.726.7332.98-
YUV70.25177.52153.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.45%
GREEN value IS 35 (14.06% from 255) = 11.71%
BLUE value IS 158 (62.11% from 255) = 52.84%
R=35.45%
G=11.71%
B=52.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106351580.330.7800.38274.6363.7337.84
Hex6A239E214E0261134026
Octal152432364111604642310046
Binary110101010001110011110100001100111001001101000100111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A239E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,35,158); }

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

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

 a { background-color: rgb(106,35,158); }

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

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

 span { border-color: rgb(106,35,158); }

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