Html Css Color HEX #74378E Vivid Violet

📋 copy color: '#74378E'

red 116 ◦ green 55 ◦ blue 142

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

Shades of Vivid Violet #74378E

Tints of Vivid Violet #74378E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.57%

 BLUE value IS 142 (55.86% from 255) = 45.37%

R = 37.06%
G = 17.57%
B = 45.37%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#74378E (or 0x74378E) is known color: Vivid Violet. HEX triplet: 74, 37 and 8E. RGB value is (116,55,142). Sum of RGB (Red+Green+Blue) = 116+55+142=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #74378E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74378E is #8BC871. Grayscale: #525252. Windows color (decimal): -9160818 or 9320308. OLE color: 9320308.

HSL color Cylindrical-coordinate representation of color #74378E: hue angle of 282.07º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74378E is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 55 142 -
CMYK 0.18 0.61 0 0.44
HSL 282.07º 0.44% 0.39% -
HSV(B) 282.07º 0.61% 0.56% -
XYZ 13.45 8.4 26.5 -
YUV 83.16 161.21 151.43 -
System Red Green Blue C M Y K H S L
Decimal 116 55 142 0.18 0.61 0 0.44 282.07 0.44 0.39
Hex 74 37 8E 12 3D 0 2C 11A 2C 27
Octal 164 67 216 22 75 0 54 432 54 47
Binary 1110100 110111 10001110 10010 111101 0 101100 100011010 101100 100111

Color Harmonies of #74378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74378E

Black with #74378E

Text Example


Text Example

White with #74378E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74378E; }

 p { color: rgb(116,55,142); }

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

background-color css

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

 a { background-color: rgb(116,55,142); }

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

border-color css

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

 span { border-color: rgb(116,55,142); }

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