#671DA3

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

Shades of Royal Purple #671DA3

Tints of Royal Purple #671DA3

Color information

#671DA3 (or 0x671DA3) is unknown color: approx Royal Purple. HEX triplet: 67, 1D and A3. RGB value is (103,29,163). Sum of RGB (Red+Green+Blue) = 103+29+163=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 163 (64.06% from 255 or 55.25% from 295); Max value from RGB is 163 - color contains mainly: blue. Hex color #671DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671DA3 is #98E25C. Grayscale: #414141. Windows color (decimal): -10019421 or 10689895. OLE color: 10689895.

HSL color Cylindrical-coordinate representation of color #671DA3: hue angle of 273.13º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #671DA3 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10329163-
CMYK0.370.8200.36
HSL273.13º69.79%37.65%-
HSV(B)273.13º82.21%63.92%-
XYZ12.646.4135.22-
YUV66.4182.52154.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.92%
GREEN value IS 29 (11.72% from 255) = 9.83%
BLUE value IS 163 (64.06% from 255) = 55.25%
R=34.92%
G=9.83%
B=55.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal103291630.370.8200.36273.1369.7937.65
Hex671DA325520241114626
Octal147352434512204442110646
Binary11001111110110100011100101101001001001001000100011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671DA3; }

 p { color: rgb(103,29,163); }

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

<style>
 a { background-color: #671DA3; }

 a { background-color: rgb(103,29,163); }

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

<style>
 span { border-color: #671DA3; }

 span { border-color: rgb(103,29,163); }

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