Html Css Color HEX #741398 Vivid Violet

📋 copy color: '#741398'

red 116 ◦ green 19 ◦ blue 152

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

Shades of Vivid Violet #741398

Tints of Vivid Violet #741398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

 BLUE value IS 152 (59.77% from 255) = 52.96%

R = 40.42%
G = 6.62%
B = 52.96%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#741398 (or 0x741398) is known color: Vivid Violet. HEX triplet: 74, 13 and 98. RGB value is (116,19,152). Sum of RGB (Red+Green+Blue) = 116+19+152=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #741398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741398 is #8BEC67. Grayscale: #3E3E3E. Windows color (decimal): -9170024 or 9966452. OLE color: 9966452.

HSL color Cylindrical-coordinate representation of color #741398: hue angle of 283.76º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741398 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 19 152 -
CMYK 0.24 0.87 0 0.40
HSL 283.76º 0.78% 0.34% -
HSV(B) 283.76º 0.88% 0.6% -
XYZ 13.1 6.45 30.26 -
YUV 63.17 178.14 165.69 -
System Red Green Blue C M Y K H S L
Decimal 116 19 152 0.24 0.87 0 0.40 283.76 0.78 0.34
Hex 74 13 98 18 57 0 28 11C 4E 22
Octal 164 23 230 30 127 0 50 434 116 42
Binary 1110100 10011 10011000 11000 1010111 0 101000 100011100 1001110 100010

Color Harmonies of #741398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741398

Black with #741398

Text Example


Text Example

White with #741398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741398; }

 p { color: rgb(116,19,152); }

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

background-color css

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

 a { background-color: rgb(116,19,152); }

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

border-color css

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

 span { border-color: rgb(116,19,152); }

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