Html Css Color HEX #752087 Vivid Violet

📋 copy color: '#752087'

red 117 ◦ green 32 ◦ blue 135

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

Shades of Vivid Violet #752087

Tints of Vivid Violet #752087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.54%

R = 41.2%
G = 11.27%
B = 47.54%

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

#752087 (or 0x752087) is known color: Vivid Violet. HEX triplet: 75, 20 and 87. RGB value is (117,32,135). Sum of RGB (Red+Green+Blue) = 117+32+135=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #752087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752087 is #8ADF78. Grayscale: #444444. Windows color (decimal): -9101177 or 8855669. OLE color: 8855669.

HSL color Cylindrical-coordinate representation of color #752087: hue angle of 289.51º degrees, saturation: 0.62, 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 #752087 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 32 135 -
CMYK 0.13 0.76 0 0.47
HSL 289.51º 0.62% 0.33% -
HSV(B) 289.51º 0.76% 0.53% -
XYZ 12.23 6.56 23.54 -
YUV 69.16 165.16 162.12 -
System Red Green Blue C M Y K H S L
Decimal 117 32 135 0.13 0.76 0 0.47 289.51 0.62 0.33
Hex 75 20 87 D 4C 0 2F 122 3E 21
Octal 165 40 207 15 114 0 57 442 76 41
Binary 1110101 100000 10000111 1101 1001100 0 101111 100100010 111110 100001

Color Harmonies of #752087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752087

Black with #752087

Text Example


Text Example

White with #752087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752087; }

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

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

background-color css

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

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

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

border-color css

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

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

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