Html Css Color HEX #752990 Vivid Violet

📋 copy color: '#752990'

red 117 ◦ green 41 ◦ blue 144

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

Shades of Vivid Violet #752990

Tints of Vivid Violet #752990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.68%

R = 38.74%
G = 13.58%
B = 47.68%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#752990 (or 0x752990) is known color: Vivid Violet. HEX triplet: 75, 29 and 90. RGB value is (117,41,144). Sum of RGB (Red+Green+Blue) = 117+41+144=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #752990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752990 is #8AD66F. Grayscale: #4B4B4B. Windows color (decimal): -9098864 or 9447797. OLE color: 9447797.

HSL color Cylindrical-coordinate representation of color #752990: hue angle of 284.27º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752990 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 41 144 -
CMYK 0.19 0.72 0 0.44
HSL 284.27º 0.56% 0.36% -
HSV(B) 284.27º 0.72% 0.56% -
XYZ 13.16 7.38 27.12 -
YUV 75.47 166.68 157.62 -
System Red Green Blue C M Y K H S L
Decimal 117 41 144 0.19 0.72 0 0.44 284.27 0.56 0.36
Hex 75 29 90 13 48 0 2C 11C 38 24
Octal 165 51 220 23 110 0 54 434 70 44
Binary 1110101 101001 10010000 10011 1001000 0 101100 100011100 111000 100100

Color Harmonies of #752990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752990

Black with #752990

Text Example


Text Example

White with #752990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752990; }

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

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

background-color css

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

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

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

border-color css

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

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

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