Html Css Color HEX #74239B Vivid Violet

📋 copy color: '#74239B'

red 116 ◦ green 35 ◦ blue 155

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

Shades of Vivid Violet #74239B

Tints of Vivid Violet #74239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.44%

 BLUE value IS 155 (60.94% from 255) = 50.65%

R = 37.91%
G = 11.44%
B = 50.65%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74239B (or 0x74239B) is known color: Vivid Violet. HEX triplet: 74, 23 and 9B. RGB value is (116,35,155). Sum of RGB (Red+Green+Blue) = 116+35+155=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #74239B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74239B is #8BDC64. Grayscale: #484848. Windows color (decimal): -9165925 or 10167156. OLE color: 10167156.

HSL color Cylindrical-coordinate representation of color #74239B: hue angle of 280.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74239B is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 35 155 -
CMYK 0.25 0.77 0 0.39
HSL 280.5º 0.63% 0.37% -
HSV(B) 280.5º 0.77% 0.61% -
XYZ 13.72 7.28 31.69 -
YUV 72.9 174.34 158.74 -
System Red Green Blue C M Y K H S L
Decimal 116 35 155 0.25 0.77 0 0.39 280.5 0.63 0.37
Hex 74 23 9B 19 4D 0 27 118 3F 25
Octal 164 43 233 31 115 0 47 430 77 45
Binary 1110100 100011 10011011 11001 1001101 0 100111 100011000 111111 100101

Color Harmonies of #74239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74239B

Black with #74239B

Text Example


Text Example

White with #74239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,35,155); }

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

background-color css

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

 a { background-color: rgb(116,35,155); }

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

border-color css

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

 span { border-color: rgb(116,35,155); }

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