Html Css Color HEX #7418ED Blue Violet

📋 copy color: '#7418ED'

red 116 ◦ green 24 ◦ blue 237

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

Shades of Blue Violet #7418ED

Tints of Blue Violet #7418ED

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.37%

 BLUE value IS 237 (92.97% from 255) = 62.86%

R = 30.77%
G = 6.37%
B = 62.86%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7418ED (or 0x7418ED) is known color: Blue Violet. HEX triplet: 74, 18 and ED. RGB value is (116,24,237). Sum of RGB (Red+Green+Blue) = 116+24+237=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 237 (92.97% from 255 or 62.86% from 377); Max value from RGB is 237 - color contains mainly: blue. Hex color #7418ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7418ED is #8BE712. Grayscale: #4B4B4B. Windows color (decimal): -9168659 or 15538292. OLE color: 15538292.

HSL color Cylindrical-coordinate representation of color #7418ED: hue angle of 265.92º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7418ED is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 24 237 -
CMYK 0.51 0.90 0 0.07
HSL 265.92º 0.86% 0.51% -
HSV(B) 265.92º 0.9% 0.93% -
XYZ 22.82 10.48 80.94 -
YUV 75.79 218.98 156.68 -
System Red Green Blue C M Y K H S L
Decimal 116 24 237 0.51 0.90 0 0.07 265.92 0.86 0.51
Hex 74 18 ED 33 5A 0 7 10A 56 33
Octal 164 30 355 63 132 0 7 412 126 63
Binary 1110100 11000 11101101 110011 1011010 0 111 100001010 1010110 110011

Color Harmonies of #7418ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7418ED

Black with #7418ED

Text Example


Text Example

White with #7418ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7418ED; }

 p { color: rgb(116,24,237); }

 H1.HeaderClassName
 {
   color: #7418ED;
 }
 .AnyTagClassName
 {
   color: #7418ED;
 }
</style>

background-color css

<style>
 a { background-color: #7418ED; }

 a { background-color: rgb(116,24,237); }

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

border-color css

<style>
 span { border-color: #7418ED; }

 span { border-color: rgb(116,24,237); }

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