Html Css Color HEX #7718DE Blue Violet

📋 copy color: '#7718DE'

red 119 ◦ green 24 ◦ blue 222

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

Shades of Blue Violet #7718DE

Tints of Blue Violet #7718DE

RGB

 RED value IS 119 (46.88% from 255) = 32.6%

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

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

R = 32.6%
G = 6.58%
B = 60.82%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7718DE (or 0x7718DE) is known color: Blue Violet. HEX triplet: 77, 18 and DE. RGB value is (119,24,222). Sum of RGB (Red+Green+Blue) = 119+24+222=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #7718DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7718DE is #88E721. Grayscale: #4A4A4A. Windows color (decimal): -8972066 or 14555255. OLE color: 14555255.

HSL color Cylindrical-coordinate representation of color #7718DE: hue angle of 268.79º degrees, saturation: 0.8, 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 #7718DE is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 24 222 -
CMYK 0.46 0.89 0 0.13
HSL 268.79º 0.8% 0.48% -
HSV(B) 268.79º 0.89% 0.87% -
XYZ 21.12 9.85 69.9 -
YUV 74.98 210.97 159.4 -
System Red Green Blue C M Y K H S L
Decimal 119 24 222 0.46 0.89 0 0.13 268.79 0.8 0.48
Hex 77 18 DE 2E 59 0 D 10D 50 30
Octal 167 30 336 56 131 0 15 415 120 60
Binary 1110111 11000 11011110 101110 1011001 0 1101 100001101 1010000 110000

Color Harmonies of #7718DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7718DE

Black with #7718DE

Text Example


Text Example

White with #7718DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7718DE; }

 p { color: rgb(119,24,222); }

 H1.HeaderClassName
 {
   color: #7718DE;
 }
 .AnyTagClassName
 {
   color: #7718DE;
 }
</style>

background-color css

<style>
 a { background-color: #7718DE; }

 a { background-color: rgb(119,24,222); }

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

border-color css

<style>
 span { border-color: #7718DE; }

 span { border-color: rgb(119,24,222); }

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