Html Css Color HEX #74249B Vivid Violet

📋 copy color: '#74249B'

red 116 ◦ green 36 ◦ blue 155

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

Shades of Vivid Violet #74249B

Tints of Vivid Violet #74249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.73%

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

R = 37.79%
G = 11.73%
B = 50.49%

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

#74249B (or 0x74249B) is known color: Vivid Violet. HEX triplet: 74, 24 and 9B. RGB value is (116,36,155). Sum of RGB (Red+Green+Blue) = 116+36+155=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #74249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74249B is #8BDB64. Grayscale: #494949. Windows color (decimal): -9165669 or 10167412. OLE color: 10167412.

HSL color Cylindrical-coordinate representation of color #74249B: hue angle of 280.34º degrees, saturation: 0.62, 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 #74249B is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 36 155 -
CMYK 0.25 0.77 0 0.39
HSL 280.34º 0.62% 0.37% -
HSV(B) 280.34º 0.77% 0.61% -
XYZ 13.75 7.34 31.7 -
YUV 73.49 174 158.32 -
System Red Green Blue C M Y K H S L
Decimal 116 36 155 0.25 0.77 0 0.39 280.34 0.62 0.37
Hex 74 24 9B 19 4D 0 27 118 3E 25
Octal 164 44 233 31 115 0 47 430 76 45
Binary 1110100 100100 10011011 11001 1001101 0 100111 100011000 111110 100101

Color Harmonies of #74249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74249B

Black with #74249B

Text Example


Text Example

White with #74249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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