Html Css Color HEX #753196 Vivid Violet

📋 copy color: '#753196'

red 117 ◦ green 49 ◦ blue 150

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

Shades of Vivid Violet #753196

Tints of Vivid Violet #753196

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

 BLUE value IS 150 (58.98% from 255) = 47.47%

R = 37.03%
G = 15.51%
B = 47.47%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#753196 (or 0x753196) is known color: Vivid Violet. HEX triplet: 75, 31 and 96. RGB value is (117,49,150). Sum of RGB (Red+Green+Blue) = 117+49+150=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #753196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753196 is #8ACE69. Grayscale: #505050. Windows color (decimal): -9096810 or 9843061. OLE color: 9843061.

HSL color Cylindrical-coordinate representation of color #753196: hue angle of 280.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #753196 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 49 150 -
CMYK 0.22 0.67 0 0.41
HSL 280.4º 0.51% 0.39% -
HSV(B) 280.4º 0.67% 0.59% -
XYZ 13.94 8.18 29.7 -
YUV 80.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 117 49 150 0.22 0.67 0 0.41 280.4 0.51 0.39
Hex 75 31 96 16 43 0 29 118 33 27
Octal 165 61 226 26 103 0 51 430 63 47
Binary 1110101 110001 10010110 10110 1000011 0 101001 100011000 110011 100111

Color Harmonies of #753196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753196

Black with #753196

Text Example


Text Example

White with #753196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753196; }

 p { color: rgb(117,49,150); }

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

background-color css

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

 a { background-color: rgb(117,49,150); }

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

border-color css

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

 span { border-color: rgb(117,49,150); }

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