Html Css Color HEX #740CCD Dark Violet

📋 copy color: '#740CCD'

red 116 ◦ green 12 ◦ blue 205

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

Shades of Dark Violet #740CCD

Tints of Dark Violet #740CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.56%

R = 34.83%
G = 3.6%
B = 61.56%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#740CCD (or 0x740CCD) is known color: Dark Violet. HEX triplet: 74, 0C and CD. RGB value is (116,12,205). Sum of RGB (Red+Green+Blue) = 116+12+205=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #740CCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740CCD is #8BF332. Grayscale: #404040. Windows color (decimal): -9171763 or 13438068. OLE color: 13438068.

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

Color convert

RGB 116 12 205 -
CMYK 0.43 0.94 0 0.20
HSL 272.33º 0.89% 0.43% -
HSV(B) 272.33º 0.94% 0.8% -
XYZ 18.35 8.38 58.41 -
YUV 65.1 206.96 164.31 -
System Red Green Blue C M Y K H S L
Decimal 116 12 205 0.43 0.94 0 0.20 272.33 0.89 0.43
Hex 74 C CD 2B 5E 0 14 110 59 2B
Octal 164 14 315 53 136 0 24 420 131 53
Binary 1110100 1100 11001101 101011 1011110 0 10100 100010000 1011001 101011

Color Harmonies of #740CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740CCD

Black with #740CCD

Text Example


Text Example

White with #740CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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