#6A439E

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

Shades of Royal Purple #6A439E

Tints of Royal Purple #6A439E

Color information

#6A439E (or 0x6A439E) is unknown color: approx Royal Purple. HEX triplet: 6A, 43 and 9E. RGB value is (106,67,158). Sum of RGB (Red+Green+Blue) = 106+67+158=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A439E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A439E is #95BC61. Grayscale: #585858. Windows color (decimal): -9813090 or 10371946. OLE color: 10371946.

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

Color convert

RGB10667158-
CMYK0.330.5800.38
HSL265.71º40.44%44.12%-
HSV(B)265.71º57.59%61.96%-
XYZ14.129.5533.45-
YUV89.04166.92140.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.02%
GREEN value IS 67 (26.56% from 255) = 20.24%
BLUE value IS 158 (62.11% from 255) = 47.73%
R=32.02%
G=20.24%
B=47.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106671580.330.5800.38265.7140.4444.12
Hex6A439E213A02610a282c
Octal15210323641720464125054
Binary11010101000011100111101000011110100100110100001010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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