Html Css Color HEX #74358D Vivid Violet

📋 copy color: '#74358D'

red 116 ◦ green 53 ◦ blue 141

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

Shades of Vivid Violet #74358D

Tints of Vivid Violet #74358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.1%

 BLUE value IS 141 (55.47% from 255) = 45.48%

R = 37.42%
G = 17.1%
B = 45.48%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74358D (or 0x74358D) is known color: Vivid Violet. HEX triplet: 74, 35 and 8D. RGB value is (116,53,141). Sum of RGB (Red+Green+Blue) = 116+53+141=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #74358D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74358D is #8BCA72. Grayscale: #515151. Windows color (decimal): -9161331 or 9254260. OLE color: 9254260.

HSL color Cylindrical-coordinate representation of color #74358D: hue angle of 282.95º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74358D is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 53 141 -
CMYK 0.18 0.62 0 0.45
HSL 282.95º 0.45% 0.38% -
HSV(B) 282.95º 0.62% 0.55% -
XYZ 13.28 8.18 26.08 -
YUV 81.87 161.37 152.34 -
System Red Green Blue C M Y K H S L
Decimal 116 53 141 0.18 0.62 0 0.45 282.95 0.45 0.38
Hex 74 35 8D 12 3E 0 2D 11B 2D 26
Octal 164 65 215 22 76 0 55 433 55 46
Binary 1110100 110101 10001101 10010 111110 0 101101 100011011 101101 100110

Color Harmonies of #74358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74358D

Black with #74358D

Text Example


Text Example

White with #74358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74358D; }

 p { color: rgb(116,53,141); }

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

background-color css

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

 a { background-color: rgb(116,53,141); }

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

border-color css

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

 span { border-color: rgb(116,53,141); }

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