Html Css Color HEX #7619DF Blue Violet

📋 copy color: '#7619DF'

red 118 ◦ green 25 ◦ blue 223

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

Shades of Blue Violet #7619DF

Tints of Blue Violet #7619DF

RGB

 RED value IS 118 (46.48% from 255) = 32.24%

 GREEN value IS 25 (10.16% from 255) = 6.83%

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

R = 32.24%
G = 6.83%
B = 60.93%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7619DF (or 0x7619DF) is known color: Blue Violet. HEX triplet: 76, 19 and DF. RGB value is (118,25,223). Sum of RGB (Red+Green+Blue) = 118+25+223=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #7619DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7619DF is #89E620. Grayscale: #4A4A4A. Windows color (decimal): -9037345 or 14621046. OLE color: 14621046.

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

Color convert

RGB 118 25 223 -
CMYK 0.47 0.89 0 0.13
HSL 268.18º 0.8% 0.49% -
HSV(B) 268.18º 0.89% 0.87% -
XYZ 21.14 9.87 70.6 -
YUV 75.38 211.31 158.4 -
System Red Green Blue C M Y K H S L
Decimal 118 25 223 0.47 0.89 0 0.13 268.18 0.8 0.49
Hex 76 19 DF 2F 59 0 D 10C 50 31
Octal 166 31 337 57 131 0 15 414 120 61
Binary 1110110 11001 11011111 101111 1011001 0 1101 100001100 1010000 110001

Color Harmonies of #7619DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7619DF

Black with #7619DF

Text Example


Text Example

White with #7619DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,25,223); }

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

background-color css

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

 a { background-color: rgb(118,25,223); }

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

border-color css

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

 span { border-color: rgb(118,25,223); }

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