Html Css Color HEX #742583 Vivid Violet

📋 copy color: '#742583'

red 116 ◦ green 37 ◦ blue 131

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

Shades of Vivid Violet #742583

Tints of Vivid Violet #742583

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.03%

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

R = 40.85%
G = 13.03%
B = 46.13%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#742583 (or 0x742583) is known color: Vivid Violet. HEX triplet: 74, 25 and 83. RGB value is (116,37,131). Sum of RGB (Red+Green+Blue) = 116+37+131=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #742583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742583 is #8BDA7C. Grayscale: #474747. Windows color (decimal): -9165437 or 8594804. OLE color: 8594804.

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

Color convert

RGB 116 37 131 -
CMYK 0.11 0.72 0 0.49
HSL 290.43º 0.56% 0.33% -
HSV(B) 290.43º 0.72% 0.51% -
XYZ 11.96 6.67 22.13 -
YUV 71.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 116 37 131 0.11 0.72 0 0.49 290.43 0.56 0.33
Hex 74 25 83 B 48 0 31 122 38 21
Octal 164 45 203 13 110 0 61 442 70 41
Binary 1110100 100101 10000011 1011 1001000 0 110001 100100010 111000 100001

Color Harmonies of #742583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742583

Black with #742583

Text Example


Text Example

White with #742583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742583; }

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

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

background-color css

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

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

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

border-color css

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

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

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