Html Css Color HEX #740CCC Dark Violet

📋 copy color: '#740CCC'

red 116 ◦ green 12 ◦ blue 204

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

Shades of Dark Violet #740CCC

Tints of Dark Violet #740CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.45%

R = 34.94%
G = 3.61%
B = 61.45%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#740CCC (or 0x740CCC) is known color: Dark Violet. HEX triplet: 74, 0C and CC. RGB value is (116,12,204). Sum of RGB (Red+Green+Blue) = 116+12+204=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #740CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740CCC is #8BF333. Grayscale: #404040. Windows color (decimal): -9171764 or 13372532. OLE color: 13372532.

HSL color Cylindrical-coordinate representation of color #740CCC: hue angle of 272.5º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740CCC is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 12 204 -
CMYK 0.43 0.94 0 0.2
HSL 272.5º 0.89% 0.42% -
HSV(B) 272.5º 0.94% 0.8% -
XYZ 18.23 8.34 57.77 -
YUV 64.98 206.46 164.39 -
System Red Green Blue C M Y K H S L
Decimal 116 12 204 0.43 0.94 0 0.2 272.5 0.89 0.42
Hex 74 C CC 2B 5E 0 14 110 59 2A
Octal 164 14 314 53 136 0 24 420 131 52
Binary 1110100 1100 11001100 101011 1011110 0 10100 100010000 1011001 101010

Color Harmonies of #740CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740CCC

Black with #740CCC

Text Example


Text Example

White with #740CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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