Html Css Color HEX #753C95 Vivid Violet

📋 copy color: '#753C95'

red 117 ◦ green 60 ◦ blue 149

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

Shades of Vivid Violet #753C95

Tints of Vivid Violet #753C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.4%

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

R = 35.89%
G = 18.4%
B = 45.71%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#753C95 (or 0x753C95) is known color: Vivid Violet. HEX triplet: 75, 3C and 95. RGB value is (117,60,149). Sum of RGB (Red+Green+Blue) = 117+60+149=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #753C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753C95 is #8AC36A. Grayscale: #565656. Windows color (decimal): -9093995 or 9780341. OLE color: 9780341.

HSL color Cylindrical-coordinate representation of color #753C95: hue angle of 278.43º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #753C95 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 60 149 -
CMYK 0.21 0.60 0 0.42
HSL 278.43º 0.43% 0.41% -
HSV(B) 278.43º 0.6% 0.58% -
XYZ 14.38 9.18 29.45 -
YUV 87.19 162.88 149.26 -
System Red Green Blue C M Y K H S L
Decimal 117 60 149 0.21 0.60 0 0.42 278.43 0.43 0.41
Hex 75 3C 95 15 3C 0 2A 116 2B 29
Octal 165 74 225 25 74 0 52 426 53 51
Binary 1110101 111100 10010101 10101 111100 0 101010 100010110 101011 101001

Color Harmonies of #753C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C95

Black with #753C95

Text Example


Text Example

White with #753C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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