#6A449E

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

Shades of Royal Purple #6A449E

Tints of Royal Purple #6A449E

Color information

#6A449E (or 0x6A449E) is unknown color: approx Royal Purple. HEX triplet: 6A, 44 and 9E. RGB value is (106,68,158). Sum of RGB (Red+Green+Blue) = 106+68+158=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A449E is #95BB61. Grayscale: #595959. Windows color (decimal): -9812834 or 10372202. OLE color: 10372202.

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

Color convert

RGB10668158-
CMYK0.330.5700.38
HSL265.33º39.82%44.31%-
HSV(B)265.33º56.96%61.96%-
XYZ14.189.6733.47-
YUV89.62166.59139.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.93%
GREEN value IS 68 (26.95% from 255) = 20.48%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=31.93%
G=20.48%
B=47.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106681580.330.5700.38265.3339.8244.31
Hex6A449E2139026109282c
Octal15210423641710464115054
Binary11010101000100100111101000011110010100110100001001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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