Html Css Color HEX #742F85 Vivid Violet

📋 copy color: '#742F85'

red 116 ◦ green 47 ◦ blue 133

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

Shades of Vivid Violet #742F85

Tints of Vivid Violet #742F85

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.88%

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

R = 39.19%
G = 15.88%
B = 44.93%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#742F85 (or 0x742F85) is known color: Vivid Violet. HEX triplet: 74, 2F and 85. RGB value is (116,47,133). Sum of RGB (Red+Green+Blue) = 116+47+133=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #742F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742F85 is #8BD07A. Grayscale: #4D4D4D. Windows color (decimal): -9162875 or 8728436. OLE color: 8728436.

HSL color Cylindrical-coordinate representation of color #742F85: hue angle of 288.14º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #742F85 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 47 133 -
CMYK 0.13 0.65 0 0.48
HSL 288.14º 0.48% 0.35% -
HSV(B) 288.14º 0.65% 0.52% -
XYZ 12.45 7.44 22.97 -
YUV 77.44 159.36 155.51 -
System Red Green Blue C M Y K H S L
Decimal 116 47 133 0.13 0.65 0 0.48 288.14 0.48 0.35
Hex 74 2F 85 D 41 0 30 120 30 23
Octal 164 57 205 15 101 0 60 440 60 43
Binary 1110100 101111 10000101 1101 1000001 0 110000 100100000 110000 100011

Color Harmonies of #742F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F85

Black with #742F85

Text Example


Text Example

White with #742F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742F85; }

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

 H1.HeaderClassName
 {
   color: #742F85;
 }
 .AnyTagClassName
 {
   color: #742F85;
 }
</style>

background-color css

<style>
 a { background-color: #742F85; }

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

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

border-color css

<style>
 span { border-color: #742F85; }

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

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