Html Css Color HEX #752E83 Vivid Violet

📋 copy color: '#752E83'

red 117 ◦ green 46 ◦ blue 131

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

Shades of Vivid Violet #752E83

Tints of Vivid Violet #752E83

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.65%

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

R = 39.8%
G = 15.65%
B = 44.56%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#752E83 (or 0x752E83) is known color: Vivid Violet. HEX triplet: 75, 2E and 83. RGB value is (117,46,131). Sum of RGB (Red+Green+Blue) = 117+46+131=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: blue. Hex color #752E83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752E83 is #8AD17C. Grayscale: #4C4C4C. Windows color (decimal): -9097597 or 8597109. OLE color: 8597109.

HSL color Cylindrical-coordinate representation of color #752E83: hue angle of 290.12º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752E83 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 46 131 -
CMYK 0.11 0.65 0 0.49
HSL 290.12º 0.48% 0.35% -
HSV(B) 290.12º 0.65% 0.51% -
XYZ 12.41 7.37 22.24 -
YUV 76.92 158.52 156.59 -
System Red Green Blue C M Y K H S L
Decimal 117 46 131 0.11 0.65 0 0.49 290.12 0.48 0.35
Hex 75 2E 83 B 41 0 31 122 30 23
Octal 165 56 203 13 101 0 61 442 60 43
Binary 1110101 101110 10000011 1011 1000001 0 110001 100100010 110000 100011

Color Harmonies of #752E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E83

Black with #752E83

Text Example


Text Example

White with #752E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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