Html Css Color HEX #752883 Vivid Violet

📋 copy color: '#752883'

red 117 ◦ green 40 ◦ blue 131

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

Shades of Vivid Violet #752883

Tints of Vivid Violet #752883

RGB

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

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

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

R = 40.63%
G = 13.89%
B = 45.49%

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

#752883 (or 0x752883) is known color: Vivid Violet. HEX triplet: 75, 28 and 83. RGB value is (117,40,131). Sum of RGB (Red+Green+Blue) = 117+40+131=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 131 - color contains mainly: blue. Hex color #752883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752883 is #8AD77C. Grayscale: #494949. Windows color (decimal): -9099133 or 8595573. OLE color: 8595573.

HSL color Cylindrical-coordinate representation of color #752883: hue angle of 290.77º degrees, saturation: 0.53, 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 #752883 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 40 131 -
CMYK 0.11 0.69 0 0.49
HSL 290.77º 0.53% 0.34% -
HSV(B) 290.77º 0.69% 0.51% -
XYZ 12.19 6.94 22.17 -
YUV 73.4 160.51 159.1 -
System Red Green Blue C M Y K H S L
Decimal 117 40 131 0.11 0.69 0 0.49 290.77 0.53 0.34
Hex 75 28 83 B 45 0 31 123 35 22
Octal 165 50 203 13 105 0 61 443 65 42
Binary 1110101 101000 10000011 1011 1000101 0 110001 100100011 110101 100010

Color Harmonies of #752883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752883

Black with #752883

Text Example


Text Example

White with #752883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752883; }

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

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

background-color css

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

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

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

border-color css

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

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

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