Html Css Color HEX #740CCA Dark Violet

📋 copy color: '#740CCA'

red 116 ◦ green 12 ◦ blue 202

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

Shades of Dark Violet #740CCA

Tints of Dark Violet #740CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 61.21%

R = 35.15%
G = 3.64%
B = 61.21%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#740CCA (or 0x740CCA) is known color: Dark Violet. HEX triplet: 74, 0C and CA. RGB value is (116,12,202). Sum of RGB (Red+Green+Blue) = 116+12+202=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #740CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740CCA is #8BF335. Grayscale: #404040. Windows color (decimal): -9171766 or 13241460. OLE color: 13241460.

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

Color convert

RGB 116 12 202 -
CMYK 0.43 0.94 0 0.21
HSL 272.84º 0.89% 0.42% -
HSV(B) 272.84º 0.94% 0.79% -
XYZ 17.99 8.24 56.52 -
YUV 64.76 205.46 164.55 -
System Red Green Blue C M Y K H S L
Decimal 116 12 202 0.43 0.94 0 0.21 272.84 0.89 0.42
Hex 74 C CA 2B 5E 0 15 111 59 2A
Octal 164 14 312 53 136 0 25 421 131 52
Binary 1110100 1100 11001010 101011 1011110 0 10101 100010001 1011001 101010

Color Harmonies of #740CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740CCA

Black with #740CCA

Text Example


Text Example

White with #740CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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