Html Css Color HEX #742F8B Vivid Violet

📋 copy color: '#742F8B'

red 116 ◦ green 47 ◦ blue 139

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

Shades of Vivid Violet #742F8B

Tints of Vivid Violet #742F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.03%

R = 38.41%
G = 15.56%
B = 46.03%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#742F8B (or 0x742F8B) is known color: Vivid Violet. HEX triplet: 74, 2F and 8B. RGB value is (116,47,139). Sum of RGB (Red+Green+Blue) = 116+47+139=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #742F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742F8B is #8BD074. Grayscale: #4D4D4D. Windows color (decimal): -9162869 or 9121652. OLE color: 9121652.

HSL color Cylindrical-coordinate representation of color #742F8B: hue angle of 285º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #742F8B is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 47 139 -
CMYK 0.17 0.66 0 0.45
HSL 285º 0.49% 0.36% -
HSV(B) 285º 0.66% 0.55% -
XYZ 12.88 7.61 25.22 -
YUV 78.12 162.36 155.02 -
System Red Green Blue C M Y K H S L
Decimal 116 47 139 0.17 0.66 0 0.45 285 0.49 0.36
Hex 74 2F 8B 11 42 0 2D 11D 31 24
Octal 164 57 213 21 102 0 55 435 61 44
Binary 1110100 101111 10001011 10001 1000010 0 101101 100011101 110001 100100

Color Harmonies of #742F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F8B

Black with #742F8B

Text Example


Text Example

White with #742F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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