Html Css Color HEX #7729FA Blue Violet

📋 copy color: '#7729FA'

red 119 ◦ green 41 ◦ blue 250

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

Shades of Blue Violet #7729FA

Tints of Blue Violet #7729FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.98%

R = 29.02%
G = 10%
B = 60.98%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7729FA (or 0x7729FA) is known color: Blue Violet. HEX triplet: 77, 29 and FA. RGB value is (119,41,250). Sum of RGB (Red+Green+Blue) = 119+41+250=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #7729FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7729FA is #88D605. Grayscale: #575757. Windows color (decimal): -8967686 or 16394615. OLE color: 16394615.

HSL color Cylindrical-coordinate representation of color #7729FA: hue angle of 262.39º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7729FA is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 41 250 -
CMYK 0.52 0.84 0 0.02
HSL 262.39º 0.95% 0.57% -
HSV(B) 262.39º 0.84% 0.98% -
XYZ 25.66 12.41 91.49 -
YUV 88.15 219.34 150.01 -
System Red Green Blue C M Y K H S L
Decimal 119 41 250 0.52 0.84 0 0.02 262.39 0.95 0.57
Hex 77 29 FA 34 54 0 2 106 5F 39
Octal 167 51 372 64 124 0 2 406 137 71
Binary 1110111 101001 11111010 110100 1010100 0 10 100000110 1011111 111001

Color Harmonies of #7729FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7729FA

Black with #7729FA

Text Example


Text Example

White with #7729FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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