Html Css Color HEX #741D8A Vivid Violet

📋 copy color: '#741D8A'

red 116 ◦ green 29 ◦ blue 138

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

Shades of Vivid Violet #741D8A

Tints of Vivid Violet #741D8A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.25%

 BLUE value IS 138 (54.3% from 255) = 48.76%

R = 40.99%
G = 10.25%
B = 48.76%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#741D8A (or 0x741D8A) is known color: Vivid Violet. HEX triplet: 74, 1D and 8A. RGB value is (116,29,138). Sum of RGB (Red+Green+Blue) = 116+29+138=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #741D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741D8A is #8BE275. Grayscale: #434343. Windows color (decimal): -9167478 or 9051508. OLE color: 9051508.

HSL color Cylindrical-coordinate representation of color #741D8A: hue angle of 287.89º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741D8A is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 29 138 -
CMYK 0.16 0.79 0 0.46
HSL 287.89º 0.65% 0.33% -
HSV(B) 287.89º 0.79% 0.54% -
XYZ 12.23 6.43 24.64 -
YUV 67.44 167.82 162.64 -
System Red Green Blue C M Y K H S L
Decimal 116 29 138 0.16 0.79 0 0.46 287.89 0.65 0.33
Hex 74 1D 8A 10 4F 0 2E 120 41 21
Octal 164 35 212 20 117 0 56 440 101 41
Binary 1110100 11101 10001010 10000 1001111 0 101110 100100000 1000001 100001

Color Harmonies of #741D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D8A

Black with #741D8A

Text Example


Text Example

White with #741D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,29,138); }

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

background-color css

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

 a { background-color: rgb(116,29,138); }

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

border-color css

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

 span { border-color: rgb(116,29,138); }

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