#674798

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

Shades of Royal Purple #674798

Tints of Royal Purple #674798

Color information

#674798 (or 0x674798) is unknown color: approx Royal Purple. HEX triplet: 67, 47 and 98. RGB value is (103,71,152). Sum of RGB (Red+Green+Blue) = 103+71+152=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #674798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674798 is #98B867. Grayscale: #595959. Windows color (decimal): -10008680 or 9979751. OLE color: 9979751.

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

Color convert

RGB10371152-
CMYK0.320.5300.40
HSL263.7º36.32%43.73%-
HSV(B)263.7º53.29%59.61%-
XYZ13.519.6630.86-
YUV89.8163.1137.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.60%
GREEN value IS 71 (28.12% from 255) = 21.78%
BLUE value IS 152 (59.77% from 255) = 46.63%
R=31.60%
G=21.78%
B=46.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal103711520.320.5300.40263.736.3243.73
Hex6747982035028108242c
Octal14710723040650504104454
Binary11001111000111100110001000001101010101000100001000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674798; }

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

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

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

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

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

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

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

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