Html Css Color HEX #740CDE Blue Violet

📋 copy color: '#740CDE'

red 116 ◦ green 12 ◦ blue 222

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

Shades of Blue Violet #740CDE

Tints of Blue Violet #740CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.43%

R = 33.14%
G = 3.43%
B = 63.43%

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

#740CDE (or 0x740CDE) is known color: Blue Violet. HEX triplet: 74, 0C and DE. RGB value is (116,12,222). Sum of RGB (Red+Green+Blue) = 116+12+222=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #740CDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740CDE is #8BF321. Grayscale: #424242. Windows color (decimal): -9171746 or 14552180. OLE color: 14552180.

HSL color Cylindrical-coordinate representation of color #740CDE: hue angle of 269.71º 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 #740CDE is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 12 222 -
CMYK 0.48 0.95 0 0.13
HSL 269.71º 0.9% 0.46% -
HSV(B) 269.71º 0.95% 0.87% -
XYZ 20.52 9.25 69.81 -
YUV 67.04 215.46 162.92 -
System Red Green Blue C M Y K H S L
Decimal 116 12 222 0.48 0.95 0 0.13 269.71 0.9 0.46
Hex 74 C DE 30 5F 0 D 10E 5A 2E
Octal 164 14 336 60 137 0 15 416 132 56
Binary 1110100 1100 11011110 110000 1011111 0 1101 100001110 1011010 101110

Color Harmonies of #740CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740CDE

Black with #740CDE

Text Example


Text Example

White with #740CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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