Html Css Color HEX #742183 Vivid Violet

📋 copy color: '#742183'

red 116 ◦ green 33 ◦ blue 131

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

Shades of Vivid Violet #742183

Tints of Vivid Violet #742183

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.79%

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

R = 41.43%
G = 11.79%
B = 46.79%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#742183 (or 0x742183) is known color: Vivid Violet. HEX triplet: 74, 21 and 83. RGB value is (116,33,131). Sum of RGB (Red+Green+Blue) = 116+33+131=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #742183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742183 is #8BDE7C. Grayscale: #444444. Windows color (decimal): -9166461 or 8593780. OLE color: 8593780.

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

Color convert

RGB 116 33 131 -
CMYK 0.11 0.75 0 0.49
HSL 290.82º 0.6% 0.32% -
HSV(B) 290.82º 0.75% 0.51% -
XYZ 11.84 6.44 22.09 -
YUV 68.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 116 33 131 0.11 0.75 0 0.49 290.82 0.6 0.32
Hex 74 21 83 B 4B 0 31 123 3C 20
Octal 164 41 203 13 113 0 61 443 74 40
Binary 1110100 100001 10000011 1011 1001011 0 110001 100100011 111100 100000

Color Harmonies of #742183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742183

Black with #742183

Text Example


Text Example

White with #742183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742183; }

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

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

background-color css

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

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

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

border-color css

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

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

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