#6A2F90

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

Shades of Royal Purple #6A2F90

Tints of Royal Purple #6A2F90

Color information

#6A2F90 (or 0x6A2F90) is unknown color: approx Royal Purple. HEX triplet: 6A, 2F and 90. RGB value is (106,47,144). Sum of RGB (Red+Green+Blue) = 106+47+144=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #6A2F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2F90 is #95D06F. Grayscale: #4B4B4B. Windows color (decimal): -9818224 or 9449322. OLE color: 9449322.

HSL color Cylindrical-coordinate representation of color #6A2F90: hue angle of 276.49º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A2F90 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10647144-
CMYK0.260.6700.44
HSL276.49º50.79%37.45%-
HSV(B)276.49º67.36%56.47%-
XYZ11.997.1127.13-
YUV75.7166.55149.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.69%
GREEN value IS 47 (18.75% from 255) = 15.82%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=35.69%
G=15.82%
B=48.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106471440.260.6700.44276.4950.7937.45
Hex6A2F901A4302C1143325
Octal15257220321030544246345
Binary1101010101111100100001101010000110101100100010100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,47,144); }

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

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

 a { background-color: rgb(106,47,144); }

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

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

 span { border-color: rgb(106,47,144); }

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