Html Css Color HEX #741897 Vivid Violet

📋 copy color: '#741897'

red 116 ◦ green 24 ◦ blue 151

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

Shades of Vivid Violet #741897

Tints of Vivid Violet #741897

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.25%

 BLUE value IS 151 (59.38% from 255) = 51.89%

R = 39.86%
G = 8.25%
B = 51.89%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#741897 (or 0x741897) is known color: Vivid Violet. HEX triplet: 74, 18 and 97. RGB value is (116,24,151). Sum of RGB (Red+Green+Blue) = 116+24+151=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #741897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741897 is #8BE768. Grayscale: #414141. Windows color (decimal): -9168745 or 9902196. OLE color: 9902196.

HSL color Cylindrical-coordinate representation of color #741897: hue angle of 283.46º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741897 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 24 151 -
CMYK 0.23 0.84 0 0.41
HSL 283.46º 0.73% 0.34% -
HSV(B) 283.46º 0.84% 0.59% -
XYZ 13.12 6.6 29.86 -
YUV 65.99 175.98 163.67 -
System Red Green Blue C M Y K H S L
Decimal 116 24 151 0.23 0.84 0 0.41 283.46 0.73 0.34
Hex 74 18 97 17 54 0 29 11B 49 22
Octal 164 30 227 27 124 0 51 433 111 42
Binary 1110100 11000 10010111 10111 1010100 0 101001 100011011 1001001 100010

Color Harmonies of #741897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741897

Black with #741897

Text Example


Text Example

White with #741897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741897; }

 p { color: rgb(116,24,151); }

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

background-color css

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

 a { background-color: rgb(116,24,151); }

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

border-color css

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

 span { border-color: rgb(116,24,151); }

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