Html Css Color HEX #7441EC Blue Violet

📋 copy color: '#7441EC'

red 116 ◦ green 65 ◦ blue 236

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

Shades of Blue Violet #7441EC

Tints of Blue Violet #7441EC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.59%

 BLUE value IS 236 (92.58% from 255) = 56.59%

R = 27.82%
G = 15.59%
B = 56.59%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7441EC (or 0x7441EC) is known color: Blue Violet. HEX triplet: 74, 41 and EC. RGB value is (116,65,236). Sum of RGB (Red+Green+Blue) = 116+65+236=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #7441EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7441EC is #8BBE13. Grayscale: #636363. Windows color (decimal): -9158164 or 15483252. OLE color: 15483252.

HSL color Cylindrical-coordinate representation of color #7441EC: hue angle of 257.89º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7441EC is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 65 236 -
CMYK 0.51 0.72 0 0.07
HSL 257.89º 0.82% 0.59% -
HSV(B) 257.89º 0.72% 0.93% -
XYZ 24.23 13.55 80.7 -
YUV 99.74 204.9 139.6 -
System Red Green Blue C M Y K H S L
Decimal 116 65 236 0.51 0.72 0 0.07 257.89 0.82 0.59
Hex 74 41 EC 33 48 0 7 102 52 3B
Octal 164 101 354 63 110 0 7 402 122 73
Binary 1110100 1000001 11101100 110011 1001000 0 111 100000010 1010010 111011

Color Harmonies of #7441EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7441EC

Black with #7441EC

Text Example


Text Example

White with #7441EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7441EC; }

 p { color: rgb(116,65,236); }

 H1.HeaderClassName
 {
   color: #7441EC;
 }
 .AnyTagClassName
 {
   color: #7441EC;
 }
</style>

background-color css

<style>
 a { background-color: #7441EC; }

 a { background-color: rgb(116,65,236); }

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

border-color css

<style>
 span { border-color: #7441EC; }

 span { border-color: rgb(116,65,236); }

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