#674394

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

Shades of Royal Purple #674394

Tints of Royal Purple #674394

Color information

#674394 (or 0x674394) is unknown color: approx Royal Purple. HEX triplet: 67, 43 and 94. RGB value is (103,67,148). Sum of RGB (Red+Green+Blue) = 103+67+148=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #674394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674394 is #98BC6B. Grayscale: #565656. Windows color (decimal): -10009708 or 9716583. OLE color: 9716583.

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

Color convert

RGB10367148-
CMYK0.300.5500.42
HSL266.67º37.67%42.16%-
HSV(B)266.67º54.73%58.04%-
XYZ12.959.0429.08-
YUV87162.43139.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.39%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 148 (58.20% from 255) = 46.54%
R=32.39%
G=21.07%
B=46.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal103671480.300.5500.42266.6737.6742.16
Hex6743941E3702A10b262a
Octal14710322436670524134652
Binary1100111100001110010100111101101110101010100001011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674394; }

 p { color: rgb(103,67,148); }

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

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

 a { background-color: rgb(103,67,148); }

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

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

 span { border-color: rgb(103,67,148); }

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