#672CA6

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

Shades of Royal Purple #672CA6

Tints of Royal Purple #672CA6

Color information

#672CA6 (or 0x672CA6) is unknown color: approx Royal Purple. HEX triplet: 67, 2C and A6. RGB value is (103,44,166). Sum of RGB (Red+Green+Blue) = 103+44+166=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 166 (65.23% from 255 or 53.04% from 313); Max value from RGB is 166 - color contains mainly: blue. Hex color #672CA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672CA6 is #98D359. Grayscale: #4B4B4B. Windows color (decimal): -10015578 or 10890343. OLE color: 10890343.

HSL color Cylindrical-coordinate representation of color #672CA6: hue angle of 269.02º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #672CA6 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10344166-
CMYK0.380.7300.35
HSL269.02º58.1%41.18%-
HSV(B)269.02º73.49%65.1%-
XYZ13.387.4436.81-
YUV75.55179.05147.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.91%
GREEN value IS 44 (17.58% from 255) = 14.06%
BLUE value IS 166 (65.23% from 255) = 53.04%
R=32.91%
G=14.06%
B=53.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal103441660.380.7300.35269.0258.141.18
Hex672CA6264902310d3a29
Octal14754246461110434157251
Binary11001111011001010011010011010010010100011100001101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,44,166); }

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

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

 a { background-color: rgb(103,44,166); }

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

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

 span { border-color: rgb(103,44,166); }

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