Html Css Color HEX #742083 Vivid Violet

📋 copy color: '#742083'

red 116 ◦ green 32 ◦ blue 131

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

Shades of Vivid Violet #742083

Tints of Vivid Violet #742083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.47%

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

R = 41.58%
G = 11.47%
B = 46.95%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#742083 (or 0x742083) is known color: Vivid Violet. HEX triplet: 74, 20 and 83. RGB value is (116,32,131). Sum of RGB (Red+Green+Blue) = 116+32+131=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #742083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742083 is #8BDF7C. Grayscale: #444444. Windows color (decimal): -9166717 or 8593524. OLE color: 8593524.

HSL color Cylindrical-coordinate representation of color #742083: hue angle of 290.91º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #742083 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 32 131 -
CMYK 0.11 0.76 0 0.49
HSL 290.91º 0.61% 0.32% -
HSV(B) 290.91º 0.76% 0.51% -
XYZ 11.82 6.38 22.08 -
YUV 68.4 163.33 161.95 -
System Red Green Blue C M Y K H S L
Decimal 116 32 131 0.11 0.76 0 0.49 290.91 0.61 0.32
Hex 74 20 83 B 4C 0 31 123 3D 20
Octal 164 40 203 13 114 0 61 443 75 40
Binary 1110100 100000 10000011 1011 1001100 0 110001 100100011 111101 100000

Color Harmonies of #742083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742083

Black with #742083

Text Example


Text Example

White with #742083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742083; }

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

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

background-color css

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

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

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

border-color css

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

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

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