Html Css Color HEX #740ABC Dark Violet

📋 copy color: '#740ABC'

red 116 ◦ green 10 ◦ blue 188

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

Shades of Dark Violet #740ABC

Tints of Dark Violet #740ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.18%

 BLUE value IS 188 (73.83% from 255) = 59.87%

R = 36.94%
G = 3.18%
B = 59.87%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#740ABC (or 0x740ABC) is known color: Dark Violet. HEX triplet: 74, 0A and BC. RGB value is (116,10,188). Sum of RGB (Red+Green+Blue) = 116+10+188=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #740ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740ABC is #8BF543. Grayscale: #3D3D3D. Windows color (decimal): -9172292 or 12323444. OLE color: 12323444.

HSL color Cylindrical-coordinate representation of color #740ABC: hue angle of 275.73º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740ABC is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 10 188 -
CMYK 0.38 0.95 0 0.26
HSL 275.73º 0.9% 0.39% -
HSV(B) 275.73º 0.95% 0.74% -
XYZ 16.39 7.56 48.17 -
YUV 61.99 199.12 166.53 -
System Red Green Blue C M Y K H S L
Decimal 116 10 188 0.38 0.95 0 0.26 275.73 0.9 0.39
Hex 74 A BC 26 5F 0 1A 114 5A 27
Octal 164 12 274 46 137 0 32 424 132 47
Binary 1110100 1010 10111100 100110 1011111 0 11010 100010100 1011010 100111

Color Harmonies of #740ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740ABC

Black with #740ABC

Text Example


Text Example

White with #740ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,10,188); }

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

background-color css

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

 a { background-color: rgb(116,10,188); }

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

border-color css

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

 span { border-color: rgb(116,10,188); }

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