Html Css Color HEX #753295 Vivid Violet

📋 copy color: '#753295'

red 117 ◦ green 50 ◦ blue 149

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

Shades of Vivid Violet #753295

Tints of Vivid Violet #753295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.15%

R = 37.03%
G = 15.82%
B = 47.15%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#753295 (or 0x753295) is known color: Vivid Violet. HEX triplet: 75, 32 and 95. RGB value is (117,50,149). Sum of RGB (Red+Green+Blue) = 117+50+149=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #753295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753295 is #8ACD6A. Grayscale: #505050. Windows color (decimal): -9096555 or 9777781. OLE color: 9777781.

HSL color Cylindrical-coordinate representation of color #753295: hue angle of 280.61º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #753295 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 50 149 -
CMYK 0.21 0.66 0 0.42
HSL 280.61º 0.5% 0.39% -
HSV(B) 280.61º 0.66% 0.58% -
XYZ 13.9 8.23 29.29 -
YUV 81.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 117 50 149 0.21 0.66 0 0.42 280.61 0.5 0.39
Hex 75 32 95 15 42 0 2A 119 32 27
Octal 165 62 225 25 102 0 52 431 62 47
Binary 1110101 110010 10010101 10101 1000010 0 101010 100011001 110010 100111

Color Harmonies of #753295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753295

Black with #753295

Text Example


Text Example

White with #753295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753295; }

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

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

background-color css

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

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

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

border-color css

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

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

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