#671A9F

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

Shades of Royal Purple #671A9F

Tints of Royal Purple #671A9F

Color information

#671A9F (or 0x671A9F) is unknown color: approx Royal Purple. HEX triplet: 67, 1A and 9F. RGB value is (103,26,159). Sum of RGB (Red+Green+Blue) = 103+26+159=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #671A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671A9F is #98E560. Grayscale: #3F3F3F. Windows color (decimal): -10020193 or 10426983. OLE color: 10426983.

HSL color Cylindrical-coordinate representation of color #671A9F: hue angle of 274.74º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #671A9F is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10326159-
CMYK0.350.8400.38
HSL274.74º71.89%36.27%-
HSV(B)274.74º83.65%62.35%-
XYZ12.226.1333.34-
YUV64.18181.51155.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.76%
GREEN value IS 26 (10.55% from 255) = 9.03%
BLUE value IS 159 (62.5% from 255) = 55.21%
R=35.76%
G=9.03%
B=55.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103261590.350.8400.38274.7471.8936.27
Hex671A9F23540261134824
Octal147322374312404642311044
Binary11001111101010011111100011101010001001101000100111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,26,159); }

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

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

 a { background-color: rgb(103,26,159); }

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

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

 span { border-color: rgb(103,26,159); }

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