Html Css Color HEX #753286 Vivid Violet

📋 copy color: '#753286'

red 117 ◦ green 50 ◦ blue 134

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

Shades of Vivid Violet #753286

Tints of Vivid Violet #753286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.61%

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

R = 38.87%
G = 16.61%
B = 44.52%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#753286 (or 0x753286) is known color: Vivid Violet. HEX triplet: 75, 32 and 86. RGB value is (117,50,134). Sum of RGB (Red+Green+Blue) = 117+50+134=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 134 - color contains mainly: blue. Hex color #753286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753286 is #8ACD79. Grayscale: #4F4F4F. Windows color (decimal): -9096570 or 8794741. OLE color: 8794741.

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

Color convert

RGB 117 50 134 -
CMYK 0.13 0.63 0 0.47
HSL 287.86º 0.46% 0.36% -
HSV(B) 287.86º 0.63% 0.53% -
XYZ 12.78 7.78 23.38 -
YUV 79.61 158.7 154.67 -
System Red Green Blue C M Y K H S L
Decimal 117 50 134 0.13 0.63 0 0.47 287.86 0.46 0.36
Hex 75 32 86 D 3F 0 2F 120 2E 24
Octal 165 62 206 15 77 0 57 440 56 44
Binary 1110101 110010 10000110 1101 111111 0 101111 100100000 101110 100100

Color Harmonies of #753286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753286

Black with #753286

Text Example


Text Example

White with #753286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753286; }

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

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

background-color css

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

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

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

border-color css

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

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

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