Html Css Color HEX #753F90 Vivid Violet

📋 copy color: '#753F90'

red 117 ◦ green 63 ◦ blue 144

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

Shades of Vivid Violet #753F90

Tints of Vivid Violet #753F90

RGB

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

 GREEN value IS 63 (25% from 255) = 19.44%

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

R = 36.11%
G = 19.44%
B = 44.44%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#753F90 (or 0x753F90) is known color: Vivid Violet. HEX triplet: 75, 3F and 90. RGB value is (117,63,144). Sum of RGB (Red+Green+Blue) = 117+63+144=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #753F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753F90 is #8AC06F. Grayscale: #585858. Windows color (decimal): -9093232 or 9453429. OLE color: 9453429.

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

Color convert

RGB 117 63 144 -
CMYK 0.19 0.56 0 0.44
HSL 280º 0.39% 0.41% -
HSV(B) 280º 0.56% 0.56% -
XYZ 14.15 9.35 27.44 -
YUV 88.38 159.39 148.41 -
System Red Green Blue C M Y K H S L
Decimal 117 63 144 0.19 0.56 0 0.44 280 0.39 0.41
Hex 75 3F 90 13 38 0 2C 118 27 29
Octal 165 77 220 23 70 0 54 430 47 51
Binary 1110101 111111 10010000 10011 111000 0 101100 100011000 100111 101001

Color Harmonies of #753F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F90

Black with #753F90

Text Example


Text Example

White with #753F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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