Html Css Color HEX #753395 Vivid Violet

📋 copy color: '#753395'

red 117 ◦ green 51 ◦ blue 149

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

Shades of Vivid Violet #753395

Tints of Vivid Violet #753395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.09%

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

R = 36.91%
G = 16.09%
B = 47%

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

#753395 (or 0x753395) is known color: Vivid Violet. HEX triplet: 75, 33 and 95. RGB value is (117,51,149). Sum of RGB (Red+Green+Blue) = 117+51+149=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #753395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753395 is #8ACC6A. Grayscale: #515151. Windows color (decimal): -9096299 or 9778037. OLE color: 9778037.

HSL color Cylindrical-coordinate representation of color #753395: hue angle of 280.41º degrees, saturation: 0.49, 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 #753395 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 51 149 -
CMYK 0.21 0.66 0 0.42
HSL 280.41º 0.49% 0.39% -
HSV(B) 280.41º 0.66% 0.58% -
XYZ 13.94 8.32 29.3 -
YUV 81.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 117 51 149 0.21 0.66 0 0.42 280.41 0.49 0.39
Hex 75 33 95 15 42 0 2A 118 31 27
Octal 165 63 225 25 102 0 52 430 61 47
Binary 1110101 110011 10010101 10101 1000010 0 101010 100011000 110001 100111

Color Harmonies of #753395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753395

Black with #753395

Text Example


Text Example

White with #753395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753395; }

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

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

background-color css

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

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

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

border-color css

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

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

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