Html Css Color HEX #752891 Vivid Violet

📋 copy color: '#752891'

red 117 ◦ green 40 ◦ blue 145

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

Shades of Vivid Violet #752891

Tints of Vivid Violet #752891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.01%

R = 38.74%
G = 13.25%
B = 48.01%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#752891 (or 0x752891) is known color: Vivid Violet. HEX triplet: 75, 28 and 91. RGB value is (117,40,145). Sum of RGB (Red+Green+Blue) = 117+40+145=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #752891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752891 is #8AD76E. Grayscale: #4A4A4A. Windows color (decimal): -9099119 or 9513077. OLE color: 9513077.

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

Color convert

RGB 117 40 145 -
CMYK 0.19 0.72 0 0.43
HSL 284º 0.57% 0.36% -
HSV(B) 284º 0.72% 0.57% -
XYZ 13.21 7.34 27.51 -
YUV 74.99 167.51 157.96 -
System Red Green Blue C M Y K H S L
Decimal 117 40 145 0.19 0.72 0 0.43 284 0.57 0.36
Hex 75 28 91 13 48 0 2B 11C 39 24
Octal 165 50 221 23 110 0 53 434 71 44
Binary 1110101 101000 10010001 10011 1001000 0 101011 100011100 111001 100100

Color Harmonies of #752891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752891

Black with #752891

Text Example


Text Example

White with #752891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752891; }

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

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

background-color css

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

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

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

border-color css

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

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

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