Html Css Color HEX #7418DF Blue Violet

📋 copy color: '#7418DF'

red 116 ◦ green 24 ◦ blue 223

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

Shades of Blue Violet #7418DF

Tints of Blue Violet #7418DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.43%

R = 31.96%
G = 6.61%
B = 61.43%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7418DF (or 0x7418DF) is known color: Blue Violet. HEX triplet: 74, 18 and DF. RGB value is (116,24,223). Sum of RGB (Red+Green+Blue) = 116+24+223=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #7418DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7418DF is #8BE720. Grayscale: #494949. Windows color (decimal): -9168673 or 14620788. OLE color: 14620788.

HSL color Cylindrical-coordinate representation of color #7418DF: hue angle of 267.74º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7418DF is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 24 223 -
CMYK 0.48 0.89 0 0.13
HSL 267.74º 0.81% 0.48% -
HSV(B) 267.74º 0.89% 0.87% -
XYZ 20.85 9.69 70.58 -
YUV 74.19 211.98 157.82 -
System Red Green Blue C M Y K H S L
Decimal 116 24 223 0.48 0.89 0 0.13 267.74 0.81 0.48
Hex 74 18 DF 30 59 0 D 10C 51 30
Octal 164 30 337 60 131 0 15 414 121 60
Binary 1110100 11000 11011111 110000 1011001 0 1101 100001100 1010001 110000

Color Harmonies of #7418DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7418DF

Black with #7418DF

Text Example


Text Example

White with #7418DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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