Html Css Color HEX #742484 Vivid Violet

📋 copy color: '#742484'

red 116 ◦ green 36 ◦ blue 132

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

Shades of Vivid Violet #742484

Tints of Vivid Violet #742484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.68%

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

R = 40.85%
G = 12.68%
B = 46.48%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#742484 (or 0x742484) is known color: Vivid Violet. HEX triplet: 74, 24 and 84. RGB value is (116,36,132). Sum of RGB (Red+Green+Blue) = 116+36+132=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #742484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742484 is #8BDB7B. Grayscale: #464646. Windows color (decimal): -9165692 or 8660084. OLE color: 8660084.

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

Color convert

RGB 116 36 132 -
CMYK 0.12 0.73 0 0.48
HSL 290º 0.57% 0.33% -
HSV(B) 290º 0.73% 0.52% -
XYZ 12 6.64 22.48 -
YUV 70.86 162.5 160.19 -
System Red Green Blue C M Y K H S L
Decimal 116 36 132 0.12 0.73 0 0.48 290 0.57 0.33
Hex 74 24 84 C 49 0 30 122 39 21
Octal 164 44 204 14 111 0 60 442 71 41
Binary 1110100 100100 10000100 1100 1001001 0 110000 100100010 111001 100001

Color Harmonies of #742484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742484

Black with #742484

Text Example


Text Example

White with #742484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742484; }

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

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

background-color css

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

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

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

border-color css

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

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

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