#6A299E

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

Shades of Royal Purple #6A299E

Tints of Royal Purple #6A299E

Color information

#6A299E (or 0x6A299E) is unknown color: approx Royal Purple. HEX triplet: 6A, 29 and 9E. RGB value is (106,41,158). Sum of RGB (Red+Green+Blue) = 106+41+158=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A299E is #95D661. Grayscale: #494949. Windows color (decimal): -9819746 or 10365290. OLE color: 10365290.

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

Color convert

RGB10641158-
CMYK0.330.7400.38
HSL273.33º58.79%39.02%-
HSV(B)273.33º74.05%61.96%-
XYZ12.917.1233.04-
YUV73.77175.53150.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.75%
GREEN value IS 41 (16.41% from 255) = 13.44%
BLUE value IS 158 (62.11% from 255) = 51.80%
R=34.75%
G=13.44%
B=51.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106411580.330.7400.38273.3358.7939.02
Hex6A299E214A0261113b27
Octal15251236411120464217347
Binary11010101010011001111010000110010100100110100010001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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