Html Css Color HEX #742185 Vivid Violet

📋 copy color: '#742185'

red 116 ◦ green 33 ◦ blue 133

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

Shades of Vivid Violet #742185

Tints of Vivid Violet #742185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.7%

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

R = 41.13%
G = 11.7%
B = 47.16%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#742185 (or 0x742185) is known color: Vivid Violet. HEX triplet: 74, 21 and 85. RGB value is (116,33,133). Sum of RGB (Red+Green+Blue) = 116+33+133=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #742185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742185 is #8BDE7A. Grayscale: #444444. Windows color (decimal): -9166459 or 8724852. OLE color: 8724852.

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

Color convert

RGB 116 33 133 -
CMYK 0.13 0.75 0 0.48
HSL 289.8º 0.6% 0.33% -
HSV(B) 289.8º 0.75% 0.52% -
XYZ 11.98 6.49 22.81 -
YUV 69.22 164 161.37 -
System Red Green Blue C M Y K H S L
Decimal 116 33 133 0.13 0.75 0 0.48 289.8 0.6 0.33
Hex 74 21 85 D 4B 0 30 122 3C 21
Octal 164 41 205 15 113 0 60 442 74 41
Binary 1110100 100001 10000101 1101 1001011 0 110000 100100010 111100 100001

Color Harmonies of #742185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742185

Black with #742185

Text Example


Text Example

White with #742185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742185; }

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

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

background-color css

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

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

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

border-color css

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

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

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