#674093

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

Shades of Royal Purple #674093

Tints of Royal Purple #674093

Color information

#674093 (or 0x674093) is unknown color: approx Royal Purple. HEX triplet: 67, 40 and 93. RGB value is (103,64,147). Sum of RGB (Red+Green+Blue) = 103+64+147=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #674093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674093 is #98BF6C. Grayscale: #545454. Windows color (decimal): -10010477 or 9650279. OLE color: 9650279.

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

Color convert

RGB10364147-
CMYK0.300.5600.42
HSL268.19º39.34%41.37%-
HSV(B)268.19º56.46%57.65%-
XYZ12.698.6628.61-
YUV85.12162.92140.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.80%
GREEN value IS 64 (25.39% from 255) = 20.38%
BLUE value IS 147 (57.81% from 255) = 46.82%
R=32.80%
G=20.38%
B=46.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal103641470.300.5600.42268.1939.3441.37
Hex6740931E3802A10c2729
Octal14710022336700524144751
Binary1100111100000010010011111101110000101010100001100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674093; }

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

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

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

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

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

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

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

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