Html Css Color HEX #752998 Vivid Violet

📋 copy color: '#752998'

red 117 ◦ green 41 ◦ blue 152

#752998
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #752998

Tints of Vivid Violet #752998

RGB

 RED value IS 117 (46.09% from 255) = 37.74%

 GREEN value IS 41 (16.41% from 255) = 13.23%

 BLUE value IS 152 (59.77% from 255) = 49.03%

R = 37.74%
G = 13.23%
B = 49.03%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#752998 (or 0x752998) is known color: Vivid Violet. HEX triplet: 75, 29 and 98. RGB value is (117,41,152). Sum of RGB (Red+Green+Blue) = 117+41+152=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #752998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752998 is #8AD667. Grayscale: #4C4C4C. Windows color (decimal): -9098856 or 9972085. OLE color: 9972085.

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

Color convert

RGB 117 41 152 -
CMYK 0.23 0.73 0 0.40
HSL 281.08º 0.58% 0.38% -
HSV(B) 281.08º 0.73% 0.6% -
XYZ 13.8 7.63 30.45 -
YUV 76.38 170.68 156.97 -
System Red Green Blue C M Y K H S L
Decimal 117 41 152 0.23 0.73 0 0.40 281.08 0.58 0.38
Hex 75 29 98 17 49 0 28 119 3A 26
Octal 165 51 230 27 111 0 50 431 72 46
Binary 1110101 101001 10011000 10111 1001001 0 101000 100011001 111010 100110

Color Harmonies of #752998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752998

Black with #752998

Text Example


Text Example

White with #752998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752998; }

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

 H1.HeaderClassName
 {
   color: #752998;
 }
 .AnyTagClassName
 {
   color: #752998;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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