Html Css Color HEX #740CC4 Dark Violet

📋 copy color: '#740CC4'

red 116 ◦ green 12 ◦ blue 196

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

Shades of Dark Violet #740CC4

Tints of Dark Violet #740CC4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.7%

 BLUE value IS 196 (76.95% from 255) = 60.49%

R = 35.8%
G = 3.7%
B = 60.49%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#740CC4 (or 0x740CC4) is known color: Dark Violet. HEX triplet: 74, 0C and C4. RGB value is (116,12,196). Sum of RGB (Red+Green+Blue) = 116+12+196=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 196 (76.95% from 255 or 60.49% from 324); Max value from RGB is 196 - color contains mainly: blue. Hex color #740CC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740CC4 is #8BF33B. Grayscale: #3F3F3F. Windows color (decimal): -9171772 or 12848244. OLE color: 12848244.

HSL color Cylindrical-coordinate representation of color #740CC4: hue angle of 273.91º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740CC4 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 12 196 -
CMYK 0.41 0.94 0 0.23
HSL 273.91º 0.88% 0.41% -
HSV(B) 273.91º 0.94% 0.77% -
XYZ 17.3 7.96 52.85 -
YUV 64.07 202.46 165.04 -
System Red Green Blue C M Y K H S L
Decimal 116 12 196 0.41 0.94 0 0.23 273.91 0.88 0.41
Hex 74 C C4 29 5E 0 17 112 58 29
Octal 164 14 304 51 136 0 27 422 130 51
Binary 1110100 1100 11000100 101001 1011110 0 10111 100010010 1011000 101001

Color Harmonies of #740CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740CC4

Black with #740CC4

Text Example


Text Example

White with #740CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740CC4; }

 p { color: rgb(116,12,196); }

 H1.HeaderClassName
 {
   color: #740CC4;
 }
 .AnyTagClassName
 {
   color: #740CC4;
 }
</style>

background-color css

<style>
 a { background-color: #740CC4; }

 a { background-color: rgb(116,12,196); }

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

border-color css

<style>
 span { border-color: #740CC4; }

 span { border-color: rgb(116,12,196); }

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