Html Css Color HEX #74338B Vivid Violet

📋 copy color: '#74338B'

red 116 ◦ green 51 ◦ blue 139

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

Shades of Vivid Violet #74338B

Tints of Vivid Violet #74338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.67%

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

R = 37.91%
G = 16.67%
B = 45.42%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74338B (or 0x74338B) is known color: Vivid Violet. HEX triplet: 74, 33 and 8B. RGB value is (116,51,139). Sum of RGB (Red+Green+Blue) = 116+51+139=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #74338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74338B is #8BCC74. Grayscale: #505050. Windows color (decimal): -9161845 or 9122676. OLE color: 9122676.

HSL color Cylindrical-coordinate representation of color #74338B: hue angle of 284.32º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74338B is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 51 139 -
CMYK 0.17 0.63 0 0.45
HSL 284.32º 0.46% 0.37% -
HSV(B) 284.32º 0.63% 0.55% -
XYZ 13.05 7.94 25.27 -
YUV 80.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 116 51 139 0.17 0.63 0 0.45 284.32 0.46 0.37
Hex 74 33 8B 11 3F 0 2D 11C 2E 25
Octal 164 63 213 21 77 0 55 434 56 45
Binary 1110100 110011 10001011 10001 111111 0 101101 100011100 101110 100101

Color Harmonies of #74338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74338B

Black with #74338B

Text Example


Text Example

White with #74338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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