#672EAA

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

Shades of Royal Purple #672EAA

Tints of Royal Purple #672EAA

Color information

#672EAA (or 0x672EAA) is unknown color: approx Royal Purple. HEX triplet: 67, 2E and AA. RGB value is (103,46,170). Sum of RGB (Red+Green+Blue) = 103+46+170=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #672EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672EAA is #98D155. Grayscale: #4C4C4C. Windows color (decimal): -10015062 or 11152999. OLE color: 11152999.

HSL color Cylindrical-coordinate representation of color #672EAA: hue angle of 267.58º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #672EAA is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10346170-
CMYK0.390.7300.33
HSL267.58º57.41%42.35%-
HSV(B)267.58º72.94%66.67%-
XYZ13.837.7438.8-
YUV77.18180.38146.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.29%
GREEN value IS 46 (18.36% from 255) = 14.42%
BLUE value IS 170 (66.80% from 255) = 53.29%
R=32.29%
G=14.42%
B=53.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103461700.390.7300.33267.5857.4142.35
Hex672EAA274902110c392a
Octal14756252471110414147152
Binary11001111011101010101010011110010010100001100001100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672EAA; }

 p { color: rgb(103,46,170); }

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

<style>
 a { background-color: #672EAA; }

 a { background-color: rgb(103,46,170); }

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

<style>
 span { border-color: #672EAA; }

 span { border-color: rgb(103,46,170); }

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