Html Css Color HEX #740BCD Dark Violet

📋 copy color: '#740BCD'

red 116 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #740BCD

Tints of Dark Violet #740BCD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.31%

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

R = 34.94%
G = 3.31%
B = 61.75%

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

#740BCD (or 0x740BCD) is known color: Dark Violet. HEX triplet: 74, 0B and CD. RGB value is (116,11,205). Sum of RGB (Red+Green+Blue) = 116+11+205=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #740BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740BCD is #8BF432. Grayscale: #3F3F3F. Windows color (decimal): -9172019 or 13437812. OLE color: 13437812.

HSL color Cylindrical-coordinate representation of color #740BCD: hue angle of 272.47º degrees, saturation: 0.9, 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 #740BCD is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 11 205 -
CMYK 0.43 0.95 0 0.20
HSL 272.47º 0.9% 0.42% -
HSV(B) 272.47º 0.95% 0.8% -
XYZ 18.34 8.36 58.4 -
YUV 64.51 207.29 164.73 -
System Red Green Blue C M Y K H S L
Decimal 116 11 205 0.43 0.95 0 0.20 272.47 0.9 0.42
Hex 74 B CD 2B 5F 0 14 110 5A 2A
Octal 164 13 315 53 137 0 24 420 132 52
Binary 1110100 1011 11001101 101011 1011111 0 10100 100010000 1011010 101010

Color Harmonies of #740BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740BCD

Black with #740BCD

Text Example


Text Example

White with #740BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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