Html Css Color HEX #7619D7 Blue Violet

📋 copy color: '#7619D7'

red 118 ◦ green 25 ◦ blue 215

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

Shades of Blue Violet #7619D7

Tints of Blue Violet #7619D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 60.06%

R = 32.96%
G = 6.98%
B = 60.06%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7619D7 (or 0x7619D7) is known color: Blue Violet. HEX triplet: 76, 19 and D7. RGB value is (118,25,215). Sum of RGB (Red+Green+Blue) = 118+25+215=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 215 (84.38% from 255 or 60.06% from 358); Max value from RGB is 215 - color contains mainly: blue. Hex color #7619D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7619D7 is #89E628. Grayscale: #494949. Windows color (decimal): -9037353 or 14096758. OLE color: 14096758.

HSL color Cylindrical-coordinate representation of color #7619D7: hue angle of 269.37º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7619D7 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 25 215 -
CMYK 0.45 0.88 0 0.16
HSL 269.37º 0.79% 0.47% -
HSV(B) 269.37º 0.88% 0.84% -
XYZ 20.08 9.45 65.06 -
YUV 74.47 207.31 159.05 -
System Red Green Blue C M Y K H S L
Decimal 118 25 215 0.45 0.88 0 0.16 269.37 0.79 0.47
Hex 76 19 D7 2D 58 0 10 10D 4F 2F
Octal 166 31 327 55 130 0 20 415 117 57
Binary 1110110 11001 11010111 101101 1011000 0 10000 100001101 1001111 101111

Color Harmonies of #7619D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7619D7

Black with #7619D7

Text Example


Text Example

White with #7619D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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