Html Css Color HEX #74249C Vivid Violet

📋 copy color: '#74249C'

red 116 ◦ green 36 ◦ blue 156

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

Shades of Vivid Violet #74249C

Tints of Vivid Violet #74249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.65%

R = 37.66%
G = 11.69%
B = 50.65%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74249C (or 0x74249C) is known color: Vivid Violet. HEX triplet: 74, 24 and 9C. RGB value is (116,36,156). Sum of RGB (Red+Green+Blue) = 116+36+156=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #74249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74249C is #8BDB63. Grayscale: #494949. Windows color (decimal): -9165668 or 10232948. OLE color: 10232948.

HSL color Cylindrical-coordinate representation of color #74249C: hue angle of 280º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74249C is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 36 156 -
CMYK 0.26 0.77 0 0.39
HSL 280º 0.63% 0.38% -
HSV(B) 280º 0.77% 0.61% -
XYZ 13.83 7.38 32.15 -
YUV 73.6 174.5 158.24 -
System Red Green Blue C M Y K H S L
Decimal 116 36 156 0.26 0.77 0 0.39 280 0.63 0.38
Hex 74 24 9C 1A 4D 0 27 118 3E 26
Octal 164 44 234 32 115 0 47 430 76 46
Binary 1110100 100100 10011100 11010 1001101 0 100111 100011000 111110 100110

Color Harmonies of #74249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74249C

Black with #74249C

Text Example


Text Example

White with #74249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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