Html Css Color HEX #74198D Vivid Violet

📋 copy color: '#74198D'

red 116 ◦ green 25 ◦ blue 141

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

Shades of Vivid Violet #74198D

Tints of Vivid Violet #74198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.87%

 BLUE value IS 141 (55.47% from 255) = 50%

R = 41.13%
G = 8.87%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74198D (or 0x74198D) is known color: Vivid Violet. HEX triplet: 74, 19 and 8D. RGB value is (116,25,141). Sum of RGB (Red+Green+Blue) = 116+25+141=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #74198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74198D is #8BE672. Grayscale: #414141. Windows color (decimal): -9168499 or 9247092. OLE color: 9247092.

HSL color Cylindrical-coordinate representation of color #74198D: hue angle of 287.07º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74198D is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 25 141 -
CMYK 0.18 0.82 0 0.45
HSL 287.07º 0.7% 0.33% -
HSV(B) 287.07º 0.82% 0.55% -
XYZ 12.36 6.33 25.77 -
YUV 65.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 116 25 141 0.18 0.82 0 0.45 287.07 0.7 0.33
Hex 74 19 8D 12 52 0 2D 11F 46 21
Octal 164 31 215 22 122 0 55 437 106 41
Binary 1110100 11001 10001101 10010 1010010 0 101101 100011111 1000110 100001

Color Harmonies of #74198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74198D

Black with #74198D

Text Example


Text Example

White with #74198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74198D; }

 p { color: rgb(116,25,141); }

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

background-color css

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

 a { background-color: rgb(116,25,141); }

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

border-color css

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

 span { border-color: rgb(116,25,141); }

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