Html Css Color HEX #752992 Vivid Violet

📋 copy color: '#752992'

red 117 ◦ green 41 ◦ blue 146

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

Shades of Vivid Violet #752992

Tints of Vivid Violet #752992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.03%

R = 38.49%
G = 13.49%
B = 48.03%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#752992 (or 0x752992) is known color: Vivid Violet. HEX triplet: 75, 29 and 92. RGB value is (117,41,146). Sum of RGB (Red+Green+Blue) = 117+41+146=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #752992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752992 is #8AD66D. Grayscale: #4B4B4B. Windows color (decimal): -9098862 or 9578869. OLE color: 9578869.

HSL color Cylindrical-coordinate representation of color #752992: hue angle of 283.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752992 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 41 146 -
CMYK 0.20 0.72 0 0.43
HSL 283.43º 0.56% 0.37% -
HSV(B) 283.43º 0.72% 0.57% -
XYZ 13.32 7.44 27.93 -
YUV 75.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 117 41 146 0.20 0.72 0 0.43 283.43 0.56 0.37
Hex 75 29 92 14 48 0 2B 11B 38 25
Octal 165 51 222 24 110 0 53 433 70 45
Binary 1110101 101001 10010010 10100 1001000 0 101011 100011011 111000 100101

Color Harmonies of #752992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752992

Black with #752992

Text Example


Text Example

White with #752992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752992; }

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

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

background-color css

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

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

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

border-color css

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

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

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