#674498

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

Shades of Royal Purple #674498

Tints of Royal Purple #674498

Color information

#674498 (or 0x674498) is unknown color: approx Royal Purple. HEX triplet: 67, 44 and 98. RGB value is (103,68,152). Sum of RGB (Red+Green+Blue) = 103+68+152=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #674498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674498 is #98BB67. Grayscale: #575757. Windows color (decimal): -10009448 or 9978983. OLE color: 9978983.

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

Color convert

RGB10368152-
CMYK0.320.5500.40
HSL265º38.18%43.14%-
HSV(B)265º55.26%59.61%-
XYZ13.339.2830.8-
YUV88.04164.1138.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.89%
GREEN value IS 68 (26.95% from 255) = 21.05%
BLUE value IS 152 (59.77% from 255) = 47.06%
R=31.89%
G=21.05%
B=47.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal103681520.320.5500.4026538.1843.14
Hex6744982037028109262b
Octal14710423040670504114653
Binary11001111000100100110001000001101110101000100001001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674498; }

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

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

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

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

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

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

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

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