#674593

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

Shades of Royal Purple #674593

Tints of Royal Purple #674593

Color information

#674593 (or 0x674593) is unknown color: approx Royal Purple. HEX triplet: 67, 45 and 93. RGB value is (103,69,147). Sum of RGB (Red+Green+Blue) = 103+69+147=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #674593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674593 is #98BA6C. Grayscale: #575757. Windows color (decimal): -10009197 or 9651559. OLE color: 9651559.

HSL color Cylindrical-coordinate representation of color #674593: hue angle of 266.15º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #674593 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10369147-
CMYK0.300.5300.42
HSL266.15º36.11%42.35%-
HSV(B)266.15º53.06%57.65%-
XYZ12.999.2528.7-
YUV88.06161.26138.66-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.29%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 147 (57.81% from 255) = 46.08%
R=32.29%
G=21.63%
B=46.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal103691470.300.5300.42266.1536.1142.35
Hex6745931E3502A10a242a
Octal14710522336650524124452
Binary1100111100010110010011111101101010101010100001010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674593; }

 p { color: rgb(103,69,147); }

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

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

 a { background-color: rgb(103,69,147); }

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

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

 span { border-color: rgb(103,69,147); }

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