Html Css Color HEX #752890 Vivid Violet

📋 copy color: '#752890'

red 117 ◦ green 40 ◦ blue 144

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

Shades of Vivid Violet #752890

Tints of Vivid Violet #752890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

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

R = 38.87%
G = 13.29%
B = 47.84%

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

#752890 (or 0x752890) is known color: Vivid Violet. HEX triplet: 75, 28 and 90. RGB value is (117,40,144). Sum of RGB (Red+Green+Blue) = 117+40+144=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #752890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752890 is #8AD76F. Grayscale: #4A4A4A. Windows color (decimal): -9099120 or 9447541. OLE color: 9447541.

HSL color Cylindrical-coordinate representation of color #752890: hue angle of 284.42º degrees, saturation: 0.57, 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 #752890 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 40 144 -
CMYK 0.19 0.72 0 0.44
HSL 284.42º 0.57% 0.36% -
HSV(B) 284.42º 0.72% 0.56% -
XYZ 13.13 7.31 27.11 -
YUV 74.88 167.01 158.04 -
System Red Green Blue C M Y K H S L
Decimal 117 40 144 0.19 0.72 0 0.44 284.42 0.57 0.36
Hex 75 28 90 13 48 0 2C 11C 39 24
Octal 165 50 220 23 110 0 54 434 71 44
Binary 1110101 101000 10010000 10011 1001000 0 101100 100011100 111001 100100

Color Harmonies of #752890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752890

Black with #752890

Text Example


Text Example

White with #752890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752890; }

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

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

background-color css

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

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

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

border-color css

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

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

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