#734198

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

Shades of Royal Purple #734198

Tints of Royal Purple #734198

Color information

#734198 (or 0x734198) is unknown color: approx Royal Purple. HEX triplet: 73, 41 and 98. RGB value is (115,65,152). Sum of RGB (Red+Green+Blue) = 115+65+152=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #734198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734198 is #8CBE67. Grayscale: #595959. Windows color (decimal): -9223784 or 9978227. OLE color: 9978227.

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

Color convert

RGB11565152-
CMYK0.240.5700.40
HSL274.48º40.09%42.55%-
HSV(B)274.48º57.24%59.61%-
XYZ14.639.6930.81-
YUV89.87163.06145.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.64%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 152 (59.77% from 255) = 45.78%
R=34.64%
G=19.58%
B=45.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115651520.240.5700.40274.4840.0942.55
Hex7341981839028112282b
Octal16310123030710504225053
Binary1110011100000110011000110001110010101000100010010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734198; }

 p { color: rgb(115,65,152); }

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

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

 a { background-color: rgb(115,65,152); }

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

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

 span { border-color: rgb(115,65,152); }

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