#674998

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

Shades of Royal Purple #674998

Tints of Royal Purple #674998

Color information

#674998 (or 0x674998) is unknown color: approx Royal Purple. HEX triplet: 67, 49 and 98. RGB value is (103,73,152). Sum of RGB (Red+Green+Blue) = 103+73+152=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #674998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674998 is #98B667. Grayscale: #5A5A5A. Windows color (decimal): -10008168 or 9980263. OLE color: 9980263.

HSL color Cylindrical-coordinate representation of color #674998: hue angle of 262.78º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #674998 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10373152-
CMYK0.320.5200.40
HSL262.78º35.11%44.12%-
HSV(B)262.78º51.97%59.61%-
XYZ13.649.9230.9-
YUV90.98162.44136.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.40%
GREEN value IS 73 (28.91% from 255) = 22.26%
BLUE value IS 152 (59.77% from 255) = 46.34%
R=31.40%
G=22.26%
B=46.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal103731520.320.5200.40262.7835.1144.12
Hex6749982034028107232c
Octal14711123040640504074354
Binary11001111001001100110001000001101000101000100000111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674998; }

 p { color: rgb(103,73,152); }

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

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

 a { background-color: rgb(103,73,152); }

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

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

 span { border-color: rgb(103,73,152); }

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