Html Css Color HEX #7729DD Blue Violet

📋 copy color: '#7729DD'

red 119 ◦ green 41 ◦ blue 221

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

Shades of Blue Violet #7729DD

Tints of Blue Violet #7729DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.01%

R = 31.23%
G = 10.76%
B = 58.01%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7729DD (or 0x7729DD) is known color: Blue Violet. HEX triplet: 77, 29 and DD. RGB value is (119,41,221). Sum of RGB (Red+Green+Blue) = 119+41+221=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #7729DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7729DD is #88D622. Grayscale: #545454. Windows color (decimal): -8967715 or 14494071. OLE color: 14494071.

HSL color Cylindrical-coordinate representation of color #7729DD: hue angle of 266º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7729DD is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 41 221 -
CMYK 0.46 0.81 0 0.13
HSL 266º 0.73% 0.51% -
HSV(B) 266º 0.81% 0.87% -
XYZ 21.45 10.73 69.35 -
YUV 84.84 204.84 152.36 -
System Red Green Blue C M Y K H S L
Decimal 119 41 221 0.46 0.81 0 0.13 266 0.73 0.51
Hex 77 29 DD 2E 51 0 D 10A 49 33
Octal 167 51 335 56 121 0 15 412 111 63
Binary 1110111 101001 11011101 101110 1010001 0 1101 100001010 1001001 110011

Color Harmonies of #7729DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7729DD

Black with #7729DD

Text Example


Text Example

White with #7729DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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