Html Css Color HEX #742783 Vivid Violet

📋 copy color: '#742783'

red 116 ◦ green 39 ◦ blue 131

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

Shades of Vivid Violet #742783

Tints of Vivid Violet #742783

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.64%

 BLUE value IS 131 (51.56% from 255) = 45.8%

R = 40.56%
G = 13.64%
B = 45.8%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#742783 (or 0x742783) is known color: Vivid Violet. HEX triplet: 74, 27 and 83. RGB value is (116,39,131). Sum of RGB (Red+Green+Blue) = 116+39+131=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #742783 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742783 is #8BD87C. Grayscale: #484848. Windows color (decimal): -9164925 or 8595316. OLE color: 8595316.

HSL color Cylindrical-coordinate representation of color #742783: hue angle of 290.22º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742783 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 39 131 -
CMYK 0.11 0.70 0 0.49
HSL 290.22º 0.54% 0.33% -
HSV(B) 290.22º 0.7% 0.51% -
XYZ 12.02 6.8 22.15 -
YUV 72.51 161.01 159.02 -
System Red Green Blue C M Y K H S L
Decimal 116 39 131 0.11 0.70 0 0.49 290.22 0.54 0.33
Hex 74 27 83 B 46 0 31 122 36 21
Octal 164 47 203 13 106 0 61 442 66 41
Binary 1110100 100111 10000011 1011 1000110 0 110001 100100010 110110 100001

Color Harmonies of #742783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742783

Black with #742783

Text Example


Text Example

White with #742783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742783; }

 p { color: rgb(116,39,131); }

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

background-color css

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

 a { background-color: rgb(116,39,131); }

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

border-color css

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

 span { border-color: rgb(116,39,131); }

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