Html Css Color HEX #740CDC Blue Violet

📋 copy color: '#740CDC'

red 116 ◦ green 12 ◦ blue 220

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

Shades of Blue Violet #740CDC

Tints of Blue Violet #740CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.22%

R = 33.33%
G = 3.45%
B = 63.22%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#740CDC (or 0x740CDC) is known color: Blue Violet. HEX triplet: 74, 0C and DC. RGB value is (116,12,220). Sum of RGB (Red+Green+Blue) = 116+12+220=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #740CDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740CDC is #8BF323. Grayscale: #424242. Windows color (decimal): -9171748 or 14421108. OLE color: 14421108.

HSL color Cylindrical-coordinate representation of color #740CDC: hue angle of 270º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740CDC is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 12 220 -
CMYK 0.47 0.95 0 0.14
HSL 270º 0.9% 0.45% -
HSV(B) 270º 0.95% 0.86% -
XYZ 20.25 9.14 68.41 -
YUV 66.81 214.46 163.09 -
System Red Green Blue C M Y K H S L
Decimal 116 12 220 0.47 0.95 0 0.14 270 0.9 0.45
Hex 74 C DC 2F 5F 0 E 10E 5A 2D
Octal 164 14 334 57 137 0 16 416 132 55
Binary 1110100 1100 11011100 101111 1011111 0 1110 100001110 1011010 101101

Color Harmonies of #740CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740CDC

Black with #740CDC

Text Example


Text Example

White with #740CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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