#672A9D

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

Shades of Royal Purple #672A9D

Tints of Royal Purple #672A9D

Color information

#672A9D (or 0x672A9D) is unknown color: approx Royal Purple. HEX triplet: 67, 2A and 9D. RGB value is (103,42,157). Sum of RGB (Red+Green+Blue) = 103+42+157=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #672A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672A9D is #98D562. Grayscale: #484848. Windows color (decimal): -10016099 or 10300007. OLE color: 10300007.

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

Color convert

RGB10342157-
CMYK0.340.7300.38
HSL271.83º57.79%39.02%-
HSV(B)271.83º73.25%61.57%-
XYZ12.516.9732.59-
YUV73.35175.21149.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.11%
GREEN value IS 42 (16.80% from 255) = 13.91%
BLUE value IS 157 (61.72% from 255) = 51.99%
R=34.11%
G=13.91%
B=51.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103421570.340.7300.38271.8357.7939.02
Hex672A9D22490261103a27
Octal14752235421110464207247
Binary11001111010101001110110001010010010100110100010000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,42,157); }

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

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

 a { background-color: rgb(103,42,157); }

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

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

 span { border-color: rgb(103,42,157); }

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