Html Css Color HEX #753086 Vivid Violet

📋 copy color: '#753086'

red 117 ◦ green 48 ◦ blue 134

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

Shades of Vivid Violet #753086

Tints of Vivid Violet #753086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.05%

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

R = 39.13%
G = 16.05%
B = 44.82%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#753086 (or 0x753086) is known color: Vivid Violet. HEX triplet: 75, 30 and 86. RGB value is (117,48,134). Sum of RGB (Red+Green+Blue) = 117+48+134=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #753086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753086 is #8ACF79. Grayscale: #4E4E4E. Windows color (decimal): -9097082 or 8794229. OLE color: 8794229.

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

Color convert

RGB 117 48 134 -
CMYK 0.13 0.64 0 0.47
HSL 288.14º 0.47% 0.36% -
HSV(B) 288.14º 0.64% 0.53% -
XYZ 12.7 7.62 23.36 -
YUV 78.44 159.36 155.51 -
System Red Green Blue C M Y K H S L
Decimal 117 48 134 0.13 0.64 0 0.47 288.14 0.47 0.36
Hex 75 30 86 D 40 0 2F 120 2F 24
Octal 165 60 206 15 100 0 57 440 57 44
Binary 1110101 110000 10000110 1101 1000000 0 101111 100100000 101111 100100

Color Harmonies of #753086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753086

Black with #753086

Text Example


Text Example

White with #753086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753086; }

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

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

background-color css

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

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

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

border-color css

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

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

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