Html Css Color HEX #741D85 Vivid Violet

📋 copy color: '#741D85'

red 116 ◦ green 29 ◦ blue 133

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

Shades of Vivid Violet #741D85

Tints of Vivid Violet #741D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.84%

R = 41.73%
G = 10.43%
B = 47.84%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#741D85 (or 0x741D85) is known color: Vivid Violet. HEX triplet: 74, 1D and 85. RGB value is (116,29,133). Sum of RGB (Red+Green+Blue) = 116+29+133=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #741D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741D85 is #8BE27A. Grayscale: #424242. Windows color (decimal): -9167483 or 8723828. OLE color: 8723828.

HSL color Cylindrical-coordinate representation of color #741D85: hue angle of 290.19º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741D85 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 29 133 -
CMYK 0.13 0.78 0 0.48
HSL 290.19º 0.64% 0.32% -
HSV(B) 290.19º 0.78% 0.52% -
XYZ 11.88 6.29 22.78 -
YUV 66.87 165.32 163.04 -
System Red Green Blue C M Y K H S L
Decimal 116 29 133 0.13 0.78 0 0.48 290.19 0.64 0.32
Hex 74 1D 85 D 4E 0 30 122 40 20
Octal 164 35 205 15 116 0 60 442 100 40
Binary 1110100 11101 10000101 1101 1001110 0 110000 100100010 1000000 100000

Color Harmonies of #741D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D85

Black with #741D85

Text Example


Text Example

White with #741D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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