Html Css Color HEX #740ACB Dark Violet

📋 copy color: '#740ACB'

red 116 ◦ green 10 ◦ blue 203

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

Shades of Dark Violet #740ACB

Tints of Dark Violet #740ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.7%

R = 35.26%
G = 3.04%
B = 61.7%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#740ACB (or 0x740ACB) is known color: Dark Violet. HEX triplet: 74, 0A and CB. RGB value is (116,10,203). Sum of RGB (Red+Green+Blue) = 116+10+203=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #740ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740ACB is #8BF534. Grayscale: #3F3F3F. Windows color (decimal): -9172277 or 13306484. OLE color: 13306484.

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

Color convert

RGB 116 10 203 -
CMYK 0.43 0.95 0 0.20
HSL 272.95º 0.91% 0.42% -
HSV(B) 272.95º 0.95% 0.8% -
XYZ 18.09 8.24 57.14 -
YUV 63.7 206.62 165.31 -
System Red Green Blue C M Y K H S L
Decimal 116 10 203 0.43 0.95 0 0.20 272.95 0.91 0.42
Hex 74 A CB 2B 5F 0 14 111 5B 2A
Octal 164 12 313 53 137 0 24 421 133 52
Binary 1110100 1010 11001011 101011 1011111 0 10100 100010001 1011011 101010

Color Harmonies of #740ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740ACB

Black with #740ACB

Text Example


Text Example

White with #740ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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