#754098

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

Shades of Royal Purple #754098

Tints of Royal Purple #754098

Color information

#754098 (or 0x754098) is unknown color: approx Royal Purple. HEX triplet: 75, 40 and 98. RGB value is (117,64,152). Sum of RGB (Red+Green+Blue) = 117+64+152=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #754098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754098 is #8ABF67. Grayscale: #595959. Windows color (decimal): -9092968 or 9977973. OLE color: 9977973.

HSL color Cylindrical-coordinate representation of color #754098: hue angle of 276.14º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #754098 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11764152-
CMYK0.230.5800.40
HSL276.14º40.74%42.35%-
HSV(B)276.14º57.89%59.61%-
XYZ14.849.7230.8-
YUV89.88163.06147.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 152 (59.77% from 255) = 45.65%
R=35.14%
G=19.22%
B=45.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117641520.230.5800.40276.1440.7442.35
Hex754098173A028114292a
Octal16510023027720504245152
Binary1110101100000010011000101111110100101000100010100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754098; }

 p { color: rgb(117,64,152); }

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

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

 a { background-color: rgb(117,64,152); }

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

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

 span { border-color: rgb(117,64,152); }

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