#674698

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

Shades of Royal Purple #674698

Tints of Royal Purple #674698

Color information

#674698 (or 0x674698) is unknown color: approx Royal Purple. HEX triplet: 67, 46 and 98. RGB value is (103,70,152). Sum of RGB (Red+Green+Blue) = 103+70+152=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #674698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674698 is #98B967. Grayscale: #585858. Windows color (decimal): -10008936 or 9979495. OLE color: 9979495.

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

Color convert

RGB10370152-
CMYK0.320.5400.40
HSL264.15º36.94%43.53%-
HSV(B)264.15º53.95%59.61%-
XYZ13.459.5330.84-
YUV89.22163.43137.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.69%
GREEN value IS 70 (27.73% from 255) = 21.54%
BLUE value IS 152 (59.77% from 255) = 46.77%
R=31.69%
G=21.54%
B=46.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal103701520.320.5400.40264.1536.9443.53
Hex6746982036028108252c
Octal14710623040660504104554
Binary11001111000110100110001000001101100101000100001000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674698; }

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

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

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

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

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

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

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

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