Html Css Color HEX #7715EA Blue Violet

📋 copy color: '#7715EA'

red 119 ◦ green 21 ◦ blue 234

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

Shades of Blue Violet #7715EA

Tints of Blue Violet #7715EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.57%

R = 31.82%
G = 5.61%
B = 62.57%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7715EA (or 0x7715EA) is known color: Blue Violet. HEX triplet: 77, 15 and EA. RGB value is (119,21,234). Sum of RGB (Red+Green+Blue) = 119+21+234=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #7715EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7715EA is #88EA15. Grayscale: #494949. Windows color (decimal): -8972822 or 15340919. OLE color: 15340919.

HSL color Cylindrical-coordinate representation of color #7715EA: hue angle of 267.61º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7715EA is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 21 234 -
CMYK 0.49 0.91 0 0.08
HSL 267.61º 0.84% 0.5% -
HSV(B) 267.61º 0.91% 0.92% -
XYZ 22.73 10.4 78.65 -
YUV 74.58 217.97 159.68 -
System Red Green Blue C M Y K H S L
Decimal 119 21 234 0.49 0.91 0 0.08 267.61 0.84 0.5
Hex 77 15 EA 31 5B 0 8 10C 54 32
Octal 167 25 352 61 133 0 10 414 124 62
Binary 1110111 10101 11101010 110001 1011011 0 1000 100001100 1010100 110010

Color Harmonies of #7715EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7715EA

Black with #7715EA

Text Example


Text Example

White with #7715EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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