#674592

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

Shades of Royal Purple #674592

Tints of Royal Purple #674592

Color information

#674592 (or 0x674592) is unknown color: approx Royal Purple. HEX triplet: 67, 45 and 92. RGB value is (103,69,146). Sum of RGB (Red+Green+Blue) = 103+69+146=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #674592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674592 is #98BA6D. Grayscale: #575757. Windows color (decimal): -10009198 or 9586023. OLE color: 9586023.

HSL color Cylindrical-coordinate representation of color #674592: hue angle of 266.49º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #674592 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10369146-
CMYK0.290.5300.43
HSL266.49º35.81%42.16%-
HSV(B)266.49º52.74%57.25%-
XYZ12.919.2228.29-
YUV87.94160.76138.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.39%
GREEN value IS 69 (27.34% from 255) = 21.70%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=32.39%
G=21.70%
B=45.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal103691460.290.5300.43266.4935.8142.16
Hex6745921D3502B10a242a
Octal14710522235650534124452
Binary1100111100010110010010111011101010101011100001010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674592; }

 p { color: rgb(103,69,146); }

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

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

 a { background-color: rgb(103,69,146); }

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

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

 span { border-color: rgb(103,69,146); }

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