#674192

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

Shades of Royal Purple #674192

Tints of Royal Purple #674192

Color information

#674192 (or 0x674192) is unknown color: approx Royal Purple. HEX triplet: 67, 41 and 92. RGB value is (103,65,146). Sum of RGB (Red+Green+Blue) = 103+65+146=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #674192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674192 is #98BE6D. Grayscale: #555555. Windows color (decimal): -10010222 or 9584999. OLE color: 9584999.

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

Color convert

RGB10365146-
CMYK0.290.5500.43
HSL268.15º38.39%41.37%-
HSV(B)268.15º55.48%57.25%-
XYZ12.678.7428.21-
YUV85.6162.09140.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.80%
GREEN value IS 65 (25.78% from 255) = 20.70%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=32.80%
G=20.70%
B=46.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal103651460.290.5500.43268.1538.3941.37
Hex6741921D3702B10c2629
Octal14710122235670534144651
Binary1100111100000110010010111011101110101011100001100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674192; }

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

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

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

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

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

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

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

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