Html Css Color HEX #742785 Vivid Violet

📋 copy color: '#742785'

red 116 ◦ green 39 ◦ blue 133

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

Shades of Vivid Violet #742785

Tints of Vivid Violet #742785

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.54%

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

R = 40.28%
G = 13.54%
B = 46.18%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#742785 (or 0x742785) is known color: Vivid Violet. HEX triplet: 74, 27 and 85. RGB value is (116,39,133). Sum of RGB (Red+Green+Blue) = 116+39+133=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #742785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742785 is #8BD87A. Grayscale: #484848. Windows color (decimal): -9164923 or 8726388. OLE color: 8726388.

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

Color convert

RGB 116 39 133 -
CMYK 0.13 0.71 0 0.48
HSL 289.15º 0.55% 0.34% -
HSV(B) 289.15º 0.71% 0.52% -
XYZ 12.16 6.86 22.87 -
YUV 72.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 116 39 133 0.13 0.71 0 0.48 289.15 0.55 0.34
Hex 74 27 85 D 47 0 30 121 37 22
Octal 164 47 205 15 107 0 60 441 67 42
Binary 1110100 100111 10000101 1101 1000111 0 110000 100100001 110111 100010

Color Harmonies of #742785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742785

Black with #742785

Text Example


Text Example

White with #742785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742785; }

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

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

background-color css

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

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

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

border-color css

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

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

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