Html Css Color HEX #7729FE Blue Violet

📋 copy color: '#7729FE'

red 119 ◦ green 41 ◦ blue 254

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

Shades of Blue Violet #7729FE

Tints of Blue Violet #7729FE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.9%

 BLUE value IS 254 (99.61% from 255) = 61.35%

R = 28.74%
G = 9.9%
B = 61.35%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7729FE (or 0x7729FE) is known color: Blue Violet. HEX triplet: 77, 29 and FE. RGB value is (119,41,254). Sum of RGB (Red+Green+Blue) = 119+41+254=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #7729FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7729FE is #88D601. Grayscale: #575757. Windows color (decimal): -8967682 or 16656759. OLE color: 16656759.

HSL color Cylindrical-coordinate representation of color #7729FE: hue angle of 261.97º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7729FE is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 119 41 254 -
CMYK 0.53 0.84 0 0.00
HSL 261.97º 0.99% 0.58% -
HSV(B) 261.97º 0.84% 1% -
XYZ 26.29 12.66 94.82 -
YUV 88.6 221.34 149.68 -
System Red Green Blue C M Y K H S L
Decimal 119 41 254 0.53 0.84 0 0.00 261.97 0.99 0.58
Hex 77 29 FE 35 54 0 0 106 63 3A
Octal 167 51 376 65 124 0 0 406 143 72
Binary 1110111 101001 11111110 110101 1010100 0 0 100000110 1100011 111010

Color Harmonies of #7729FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7729FE

Black with #7729FE

Text Example


Text Example

White with #7729FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7729FE; }

 p { color: rgb(119,41,254); }

 H1.HeaderClassName
 {
   color: #7729FE;
 }
 .AnyTagClassName
 {
   color: #7729FE;
 }
</style>

background-color css

<style>
 a { background-color: #7729FE; }

 a { background-color: rgb(119,41,254); }

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

border-color css

<style>
 span { border-color: #7729FE; }

 span { border-color: rgb(119,41,254); }

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