Html Css Color HEX #741E88 Vivid Violet

📋 copy color: '#741E88'

red 116 ◦ green 30 ◦ blue 136

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

Shades of Vivid Violet #741E88

Tints of Vivid Violet #741E88

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.64%

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

R = 41.13%
G = 10.64%
B = 48.23%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#741E88 (or 0x741E88) is known color: Vivid Violet. HEX triplet: 74, 1E and 88. RGB value is (116,30,136). Sum of RGB (Red+Green+Blue) = 116+30+136=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #741E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741E88 is #8BE177. Grayscale: #434343. Windows color (decimal): -9167224 or 8920692. OLE color: 8920692.

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

Color convert

RGB 116 30 136 -
CMYK 0.15 0.78 0 0.47
HSL 288.68º 0.64% 0.33% -
HSV(B) 288.68º 0.78% 0.53% -
XYZ 12.11 6.42 23.89 -
YUV 67.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 116 30 136 0.15 0.78 0 0.47 288.68 0.64 0.33
Hex 74 1E 88 F 4E 0 2F 121 40 21
Octal 164 36 210 17 116 0 57 441 100 41
Binary 1110100 11110 10001000 1111 1001110 0 101111 100100001 1000000 100001

Color Harmonies of #741E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741E88

Black with #741E88

Text Example


Text Example

White with #741E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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