Html Css Color HEX #752983 Vivid Violet

📋 copy color: '#752983'

red 117 ◦ green 41 ◦ blue 131

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

Shades of Vivid Violet #752983

Tints of Vivid Violet #752983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 45.33%

R = 40.48%
G = 14.19%
B = 45.33%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#752983 (or 0x752983) is known color: Vivid Violet. HEX triplet: 75, 29 and 83. RGB value is (117,41,131). Sum of RGB (Red+Green+Blue) = 117+41+131=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #752983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752983 is #8AD67C. Grayscale: #494949. Windows color (decimal): -9098877 or 8595829. OLE color: 8595829.

HSL color Cylindrical-coordinate representation of color #752983: hue angle of 290.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752983 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 41 131 -
CMYK 0.11 0.69 0 0.49
HSL 290.67º 0.52% 0.34% -
HSV(B) 290.67º 0.69% 0.51% -
XYZ 12.23 7.01 22.18 -
YUV 73.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 117 41 131 0.11 0.69 0 0.49 290.67 0.52 0.34
Hex 75 29 83 B 45 0 31 123 34 22
Octal 165 51 203 13 105 0 61 443 64 42
Binary 1110101 101001 10000011 1011 1000101 0 110001 100100011 110100 100010

Color Harmonies of #752983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752983

Black with #752983

Text Example


Text Example

White with #752983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752983; }

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

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

background-color css

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

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

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

border-color css

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

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

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