Html Css Color HEX #740CDD Blue Violet

📋 copy color: '#740CDD'

red 116 ◦ green 12 ◦ blue 221

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

Shades of Blue Violet #740CDD

Tints of Blue Violet #740CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.32%

R = 33.24%
G = 3.44%
B = 63.32%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#740CDD (or 0x740CDD) is known color: Blue Violet. HEX triplet: 74, 0C and DD. RGB value is (116,12,221). Sum of RGB (Red+Green+Blue) = 116+12+221=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #740CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740CDD is #8BF322. Grayscale: #424242. Windows color (decimal): -9171747 or 14486644. OLE color: 14486644.

HSL color Cylindrical-coordinate representation of color #740CDD: hue angle of 269.86º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740CDD is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 12 221 -
CMYK 0.48 0.95 0 0.13
HSL 269.86º 0.9% 0.46% -
HSV(B) 269.86º 0.95% 0.87% -
XYZ 20.39 9.2 69.11 -
YUV 66.92 214.96 163.01 -
System Red Green Blue C M Y K H S L
Decimal 116 12 221 0.48 0.95 0 0.13 269.86 0.9 0.46
Hex 74 C DD 30 5F 0 D 10E 5A 2E
Octal 164 14 335 60 137 0 15 416 132 56
Binary 1110100 1100 11011101 110000 1011111 0 1101 100001110 1011010 101110

Color Harmonies of #740CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740CDD

Black with #740CDD

Text Example


Text Example

White with #740CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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