Html Css Color HEX #753690 Vivid Violet

📋 copy color: '#753690'

red 117 ◦ green 54 ◦ blue 144

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

Shades of Vivid Violet #753690

Tints of Vivid Violet #753690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.14%

 BLUE value IS 144 (56.64% from 255) = 45.71%

R = 37.14%
G = 17.14%
B = 45.71%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#753690 (or 0x753690) is known color: Vivid Violet. HEX triplet: 75, 36 and 90. RGB value is (117,54,144). Sum of RGB (Red+Green+Blue) = 117+54+144=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #753690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753690 is #8AC96F. Grayscale: #525252. Windows color (decimal): -9095536 or 9451125. OLE color: 9451125.

HSL color Cylindrical-coordinate representation of color #753690: hue angle of 282º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753690 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 54 144 -
CMYK 0.19 0.63 0 0.44
HSL 282º 0.45% 0.39% -
HSV(B) 282º 0.63% 0.56% -
XYZ 13.69 8.43 27.29 -
YUV 83.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 117 54 144 0.19 0.63 0 0.44 282 0.45 0.39
Hex 75 36 90 13 3F 0 2C 11A 2D 27
Octal 165 66 220 23 77 0 54 432 55 47
Binary 1110101 110110 10010000 10011 111111 0 101100 100011010 101101 100111

Color Harmonies of #753690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753690

Black with #753690

Text Example


Text Example

White with #753690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753690; }

 p { color: rgb(117,54,144); }

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

background-color css

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

 a { background-color: rgb(117,54,144); }

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

border-color css

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

 span { border-color: rgb(117,54,144); }

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