Html Css Color HEX #742188 Vivid Violet

📋 copy color: '#742188'

red 116 ◦ green 33 ◦ blue 136

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

Shades of Vivid Violet #742188

Tints of Vivid Violet #742188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.72%

R = 40.7%
G = 11.58%
B = 47.72%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#742188 (or 0x742188) is known color: Vivid Violet. HEX triplet: 74, 21 and 88. RGB value is (116,33,136). Sum of RGB (Red+Green+Blue) = 116+33+136=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #742188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742188 is #8BDE77. Grayscale: #454545. Windows color (decimal): -9166456 or 8921460. OLE color: 8921460.

HSL color Cylindrical-coordinate representation of color #742188: hue angle of 288.35º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #742188 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 33 136 -
CMYK 0.15 0.76 0 0.47
HSL 288.35º 0.61% 0.33% -
HSV(B) 288.35º 0.76% 0.53% -
XYZ 12.19 6.58 23.92 -
YUV 69.56 165.5 161.12 -
System Red Green Blue C M Y K H S L
Decimal 116 33 136 0.15 0.76 0 0.47 288.35 0.61 0.33
Hex 74 21 88 F 4C 0 2F 120 3D 21
Octal 164 41 210 17 114 0 57 440 75 41
Binary 1110100 100001 10001000 1111 1001100 0 101111 100100000 111101 100001

Color Harmonies of #742188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742188

Black with #742188

Text Example


Text Example

White with #742188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742188; }

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

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

background-color css

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

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

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

border-color css

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

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

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