Html Css Color HEX #741AA6 Vivid Violet

📋 copy color: '#741AA6'

red 116 ◦ green 26 ◦ blue 166

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

Shades of Vivid Violet #741AA6

Tints of Vivid Violet #741AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 53.9%

R = 37.66%
G = 8.44%
B = 53.9%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#741AA6 (or 0x741AA6) is known color: Vivid Violet. HEX triplet: 74, 1A and A6. RGB value is (116,26,166). Sum of RGB (Red+Green+Blue) = 116+26+166=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 166 (65.23% from 255 or 53.90% from 308); Max value from RGB is 166 - color contains mainly: blue. Hex color #741AA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741AA6 is #8BE559. Grayscale: #444444. Windows color (decimal): -9168218 or 10885748. OLE color: 10885748.

HSL color Cylindrical-coordinate representation of color #741AA6: hue angle of 278.57º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741AA6 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 26 166 -
CMYK 0.30 0.84 0 0.35
HSL 278.57º 0.73% 0.38% -
HSV(B) 278.57º 0.84% 0.65% -
XYZ 14.45 7.2 36.71 -
YUV 68.87 182.82 161.62 -
System Red Green Blue C M Y K H S L
Decimal 116 26 166 0.30 0.84 0 0.35 278.57 0.73 0.38
Hex 74 1A A6 1E 54 0 23 117 49 26
Octal 164 32 246 36 124 0 43 427 111 46
Binary 1110100 11010 10100110 11110 1010100 0 100011 100010111 1001001 100110

Color Harmonies of #741AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741AA6

Black with #741AA6

Text Example


Text Example

White with #741AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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