Html Css Color HEX #742584 Vivid Violet

📋 copy color: '#742584'

red 116 ◦ green 37 ◦ blue 132

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

Shades of Vivid Violet #742584

Tints of Vivid Violet #742584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.32%

R = 40.7%
G = 12.98%
B = 46.32%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#742584 (or 0x742584) is known color: Vivid Violet. HEX triplet: 74, 25 and 84. RGB value is (116,37,132). Sum of RGB (Red+Green+Blue) = 116+37+132=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #742584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742584 is #8BDA7B. Grayscale: #474747. Windows color (decimal): -9165436 or 8660340. OLE color: 8660340.

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

Color convert

RGB 116 37 132 -
CMYK 0.12 0.72 0 0.48
HSL 289.89º 0.56% 0.33% -
HSV(B) 289.89º 0.72% 0.52% -
XYZ 12.03 6.7 22.49 -
YUV 71.45 162.17 159.78 -
System Red Green Blue C M Y K H S L
Decimal 116 37 132 0.12 0.72 0 0.48 289.89 0.56 0.33
Hex 74 25 84 C 48 0 30 122 38 21
Octal 164 45 204 14 110 0 60 442 70 41
Binary 1110100 100101 10000100 1100 1001000 0 110000 100100010 111000 100001

Color Harmonies of #742584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742584

Black with #742584

Text Example


Text Example

White with #742584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742584; }

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

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

background-color css

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

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

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

border-color css

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

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

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