#752198

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

Shades of Vivid Violet #752198

Tints of Vivid Violet #752198

Color information

#752198 (or 0x752198) is unknown color: approx Vivid Violet. HEX triplet: 75, 21 and 98. RGB value is (117,33,152). Sum of RGB (Red+Green+Blue) = 117+33+152=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #752198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752198 is #8ADE67. Grayscale: #474747. Windows color (decimal): -9100904 or 9970037. OLE color: 9970037.

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

Color convert

RGB11733152-
CMYK0.230.7800.40
HSL282.35º64.32%36.27%-
HSV(B)282.35º78.29%59.61%-
XYZ13.557.1430.37-
YUV71.68173.33160.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.74%
GREEN value IS 33 (13.28% from 255) = 10.93%
BLUE value IS 152 (59.77% from 255) = 50.33%
R=38.74%
G=10.93%
B=50.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117331520.230.7800.40282.3564.3236.27
Hex752198174E02811a4024
Octal165412302711605043210044
Binary11101011000011001100010111100111001010001000110101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752198; }

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

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

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

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

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

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

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

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