Html Css Color HEX #7715DF Blue Violet

📋 copy color: '#7715DF'

red 119 ◦ green 21 ◦ blue 223

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

Shades of Blue Violet #7715DF

Tints of Blue Violet #7715DF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.79%

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

R = 32.78%
G = 5.79%
B = 61.43%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7715DF (or 0x7715DF) is known color: Blue Violet. HEX triplet: 77, 15 and DF. RGB value is (119,21,223). Sum of RGB (Red+Green+Blue) = 119+21+223=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 21 (8.59% from 255 or 5.79% 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 #7715DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7715DF is #88EA20. Grayscale: #484848. Windows color (decimal): -8972833 or 14620023. OLE color: 14620023.

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

Color convert

RGB 119 21 223 -
CMYK 0.47 0.91 0 0.13
HSL 269.11º 0.83% 0.48% -
HSV(B) 269.11º 0.91% 0.87% -
XYZ 21.2 9.79 70.58 -
YUV 73.33 212.47 160.57 -
System Red Green Blue C M Y K H S L
Decimal 119 21 223 0.47 0.91 0 0.13 269.11 0.83 0.48
Hex 77 15 DF 2F 5B 0 D 10D 53 30
Octal 167 25 337 57 133 0 15 415 123 60
Binary 1110111 10101 11011111 101111 1011011 0 1101 100001101 1010011 110000

Color Harmonies of #7715DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7715DF

Black with #7715DF

Text Example


Text Example

White with #7715DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,21,223); }

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

background-color css

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

 a { background-color: rgb(119,21,223); }

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

border-color css

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

 span { border-color: rgb(119,21,223); }

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