#754398

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

Shades of Studio #754398

Tints of Studio #754398

Color information

#754398 (or 0x754398) is unknown color: approx Studio. HEX triplet: 75, 43 and 98. RGB value is (117,67,152). Sum of RGB (Red+Green+Blue) = 117+67+152=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #754398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754398 is #8ABC67. Grayscale: #5B5B5B. Windows color (decimal): -9092200 or 9978741. OLE color: 9978741.

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

Color convert

RGB11767152-
CMYK0.230.5600.40
HSL275.29º38.81%42.94%-
HSV(B)275.29º55.92%59.61%-
XYZ15.0110.0630.86-
YUV91.64162.06146.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 67 (26.56% from 255) = 19.94%
BLUE value IS 152 (59.77% from 255) = 45.24%
R=34.82%
G=19.94%
B=45.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117671520.230.5600.40275.2938.8142.94
Hex7543981738028113272b
Octal16510323027700504234753
Binary1110101100001110011000101111110000101000100010011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754398; }

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

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

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

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

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

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

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

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