Html Css Color HEX #743985 Vivid Violet

📋 copy color: '#743985'

red 116 ◦ green 57 ◦ blue 133

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

Shades of Vivid Violet #743985

Tints of Vivid Violet #743985

RGB

 RED value IS 116 (45.7% from 255) = 37.91%

 GREEN value IS 57 (22.66% from 255) = 18.63%

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

R = 37.91%
G = 18.63%
B = 43.46%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#743985 (or 0x743985) is known color: Vivid Violet. HEX triplet: 74, 39 and 85. RGB value is (116,57,133). Sum of RGB (Red+Green+Blue) = 116+57+133=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #743985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743985 is #8BC67A. Grayscale: #535353. Windows color (decimal): -9160315 or 8730996. OLE color: 8730996.

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

Color convert

RGB 116 57 133 -
CMYK 0.13 0.57 0 0.48
HSL 286.58º 0.4% 0.37% -
HSV(B) 286.58º 0.57% 0.52% -
XYZ 12.9 8.33 23.12 -
YUV 83.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 116 57 133 0.13 0.57 0 0.48 286.58 0.4 0.37
Hex 74 39 85 D 39 0 30 11F 28 25
Octal 164 71 205 15 71 0 60 437 50 45
Binary 1110100 111001 10000101 1101 111001 0 110000 100011111 101000 100101

Color Harmonies of #743985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743985

Black with #743985

Text Example


Text Example

White with #743985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743985; }

 p { color: rgb(116,57,133); }

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

background-color css

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

 a { background-color: rgb(116,57,133); }

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

border-color css

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

 span { border-color: rgb(116,57,133); }

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