Html Css Color HEX #752486 Vivid Violet

📋 copy color: '#752486'

red 117 ◦ green 36 ◦ blue 134

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

Shades of Vivid Violet #752486

Tints of Vivid Violet #752486

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.54%

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

R = 40.77%
G = 12.54%
B = 46.69%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#752486 (or 0x752486) is known color: Vivid Violet. HEX triplet: 75, 24 and 86. RGB value is (117,36,134). Sum of RGB (Red+Green+Blue) = 117+36+134=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #752486 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752486 is #8ADB79. Grayscale: #474747. Windows color (decimal): -9100154 or 8791157. OLE color: 8791157.

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

Color convert

RGB 117 36 134 -
CMYK 0.13 0.73 0 0.47
HSL 289.59º 0.58% 0.33% -
HSV(B) 289.59º 0.73% 0.53% -
XYZ 12.27 6.76 23.21 -
YUV 71.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 117 36 134 0.13 0.73 0 0.47 289.59 0.58 0.33
Hex 75 24 86 D 49 0 2F 122 3A 21
Octal 165 44 206 15 111 0 57 442 72 41
Binary 1110101 100100 10000110 1101 1001001 0 101111 100100010 111010 100001

Color Harmonies of #752486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752486

Black with #752486

Text Example


Text Example

White with #752486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752486; }

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

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

background-color css

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

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

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

border-color css

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

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

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