Html Css Color HEX #741A98 Vivid Violet

📋 copy color: '#741A98'

red 116 ◦ green 26 ◦ blue 152

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

Shades of Vivid Violet #741A98

Tints of Vivid Violet #741A98

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.84%

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

R = 39.46%
G = 8.84%
B = 51.7%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#741A98 (or 0x741A98) is known color: Vivid Violet. HEX triplet: 74, 1A and 98. RGB value is (116,26,152). Sum of RGB (Red+Green+Blue) = 116+26+152=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #741A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741A98 is #8BE567. Grayscale: #424242. Windows color (decimal): -9168232 or 9968244. OLE color: 9968244.

HSL color Cylindrical-coordinate representation of color #741A98: hue angle of 282.86º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741A98 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 26 152 -
CMYK 0.24 0.83 0 0.40
HSL 282.86º 0.71% 0.35% -
HSV(B) 282.86º 0.83% 0.6% -
XYZ 13.24 6.72 30.3 -
YUV 67.27 175.82 162.75 -
System Red Green Blue C M Y K H S L
Decimal 116 26 152 0.24 0.83 0 0.40 282.86 0.71 0.35
Hex 74 1A 98 18 53 0 28 11B 47 23
Octal 164 32 230 30 123 0 50 433 107 43
Binary 1110100 11010 10011000 11000 1010011 0 101000 100011011 1000111 100011

Color Harmonies of #741A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A98

Black with #741A98

Text Example


Text Example

White with #741A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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