Html Css Color HEX #742D83 Vivid Violet

📋 copy color: '#742D83'

red 116 ◦ green 45 ◦ blue 131

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

Shades of Vivid Violet #742D83

Tints of Vivid Violet #742D83

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.41%

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

R = 39.73%
G = 15.41%
B = 44.86%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#742D83 (or 0x742D83) is known color: Vivid Violet. HEX triplet: 74, 2D and 83. RGB value is (116,45,131). Sum of RGB (Red+Green+Blue) = 116+45+131=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #742D83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742D83 is #8BD27C. Grayscale: #4B4B4B. Windows color (decimal): -9163389 or 8596852. OLE color: 8596852.

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

Color convert

RGB 116 45 131 -
CMYK 0.11 0.66 0 0.49
HSL 289.53º 0.49% 0.35% -
HSV(B) 289.53º 0.66% 0.51% -
XYZ 12.24 7.23 22.22 -
YUV 76.03 159.02 156.51 -
System Red Green Blue C M Y K H S L
Decimal 116 45 131 0.11 0.66 0 0.49 289.53 0.49 0.35
Hex 74 2D 83 B 42 0 31 122 31 23
Octal 164 55 203 13 102 0 61 442 61 43
Binary 1110100 101101 10000011 1011 1000010 0 110001 100100010 110001 100011

Color Harmonies of #742D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D83

Black with #742D83

Text Example


Text Example

White with #742D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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