Html Css Color HEX #741EDA Blue Violet

📋 copy color: '#741EDA'

red 116 ◦ green 30 ◦ blue 218

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

Shades of Blue Violet #741EDA

Tints of Blue Violet #741EDA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.24%

 BLUE value IS 218 (85.55% from 255) = 59.89%

R = 31.87%
G = 8.24%
B = 59.89%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#741EDA (or 0x741EDA) is known color: Blue Violet. HEX triplet: 74, 1E and DA. RGB value is (116,30,218). Sum of RGB (Red+Green+Blue) = 116+30+218=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #741EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741EDA is #8BE125. Grayscale: #4C4C4C. Windows color (decimal): -9167142 or 14294644. OLE color: 14294644.

HSL color Cylindrical-coordinate representation of color #741EDA: hue angle of 267.45º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741EDA is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 30 218 -
CMYK 0.47 0.86 0 0.15
HSL 267.45º 0.76% 0.49% -
HSV(B) 267.45º 0.86% 0.85% -
XYZ 20.32 9.7 67.13 -
YUV 77.15 207.49 155.71 -
System Red Green Blue C M Y K H S L
Decimal 116 30 218 0.47 0.86 0 0.15 267.45 0.76 0.49
Hex 74 1E DA 2F 56 0 F 10B 4C 31
Octal 164 36 332 57 126 0 17 413 114 61
Binary 1110100 11110 11011010 101111 1010110 0 1111 100001011 1001100 110001

Color Harmonies of #741EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741EDA

Black with #741EDA

Text Example


Text Example

White with #741EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741EDA; }

 p { color: rgb(116,30,218); }

 H1.HeaderClassName
 {
   color: #741EDA;
 }
 .AnyTagClassName
 {
   color: #741EDA;
 }
</style>

background-color css

<style>
 a { background-color: #741EDA; }

 a { background-color: rgb(116,30,218); }

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

border-color css

<style>
 span { border-color: #741EDA; }

 span { border-color: rgb(116,30,218); }

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