Html Css Color HEX #753785 Vivid Violet

📋 copy color: '#753785'

red 117 ◦ green 55 ◦ blue 133

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

Shades of Vivid Violet #753785

Tints of Vivid Violet #753785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.03%

 BLUE value IS 133 (52.34% from 255) = 43.61%

R = 38.36%
G = 18.03%
B = 43.61%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#753785 (or 0x753785) is known color: Vivid Violet. HEX triplet: 75, 37 and 85. RGB value is (117,55,133). Sum of RGB (Red+Green+Blue) = 117+55+133=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 133 - color contains mainly: blue. Hex color #753785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753785 is #8AC87A. Grayscale: #525252. Windows color (decimal): -9095291 or 8730485. OLE color: 8730485.

HSL color Cylindrical-coordinate representation of color #753785: hue angle of 287.69º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #753785 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 55 133 -
CMYK 0.12 0.59 0 0.48
HSL 287.69º 0.41% 0.37% -
HSV(B) 287.69º 0.59% 0.52% -
XYZ 12.94 8.21 23.09 -
YUV 82.43 156.54 152.66 -
System Red Green Blue C M Y K H S L
Decimal 117 55 133 0.12 0.59 0 0.48 287.69 0.41 0.37
Hex 75 37 85 C 3B 0 30 120 29 25
Octal 165 67 205 14 73 0 60 440 51 45
Binary 1110101 110111 10000101 1100 111011 0 110000 100100000 101001 100101

Color Harmonies of #753785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753785

Black with #753785

Text Example


Text Example

White with #753785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753785; }

 p { color: rgb(117,55,133); }

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

background-color css

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

 a { background-color: rgb(117,55,133); }

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

border-color css

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

 span { border-color: rgb(117,55,133); }

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