Html Css Color HEX #752086 Vivid Violet

📋 copy color: '#752086'

red 117 ◦ green 32 ◦ blue 134

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

Shades of Vivid Violet #752086

Tints of Vivid Violet #752086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

 BLUE value IS 134 (52.73% from 255) = 47.35%

R = 41.34%
G = 11.31%
B = 47.35%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#752086 (or 0x752086) is known color: Vivid Violet. HEX triplet: 75, 20 and 86. RGB value is (117,32,134). Sum of RGB (Red+Green+Blue) = 117+32+134=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #752086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752086 is #8ADF79. Grayscale: #444444. Windows color (decimal): -9101178 or 8790133. OLE color: 8790133.

HSL color Cylindrical-coordinate representation of color #752086: hue angle of 290º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752086 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 32 134 -
CMYK 0.13 0.76 0 0.47
HSL 290º 0.61% 0.33% -
HSV(B) 290º 0.76% 0.53% -
XYZ 12.16 6.54 23.18 -
YUV 69.04 164.66 162.21 -
System Red Green Blue C M Y K H S L
Decimal 117 32 134 0.13 0.76 0 0.47 290 0.61 0.33
Hex 75 20 86 D 4C 0 2F 122 3D 21
Octal 165 40 206 15 114 0 57 442 75 41
Binary 1110101 100000 10000110 1101 1001100 0 101111 100100010 111101 100001

Color Harmonies of #752086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752086

Black with #752086

Text Example


Text Example

White with #752086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752086; }

 p { color: rgb(117,32,134); }

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

background-color css

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

 a { background-color: rgb(117,32,134); }

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

border-color css

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

 span { border-color: rgb(117,32,134); }

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