Html Css Color HEX #7726DD Blue Violet

📋 copy color: '#7726DD'

red 119 ◦ green 38 ◦ blue 221

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

Shades of Blue Violet #7726DD

Tints of Blue Violet #7726DD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.05%

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

R = 31.48%
G = 10.05%
B = 58.47%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7726DD (or 0x7726DD) is known color: Blue Violet. HEX triplet: 77, 26 and DD. RGB value is (119,38,221). Sum of RGB (Red+Green+Blue) = 119+38+221=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #7726DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7726DD is #88D922. Grayscale: #525252. Windows color (decimal): -8968483 or 14493303. OLE color: 14493303.

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

Color convert

RGB 119 38 221 -
CMYK 0.46 0.83 0 0.13
HSL 266.56º 0.73% 0.51% -
HSV(B) 266.56º 0.83% 0.87% -
XYZ 21.35 10.53 69.31 -
YUV 83.08 205.84 153.62 -
System Red Green Blue C M Y K H S L
Decimal 119 38 221 0.46 0.83 0 0.13 266.56 0.73 0.51
Hex 77 26 DD 2E 53 0 D 10B 49 33
Octal 167 46 335 56 123 0 15 413 111 63
Binary 1110111 100110 11011101 101110 1010011 0 1101 100001011 1001001 110011

Color Harmonies of #7726DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7726DD

Black with #7726DD

Text Example


Text Example

White with #7726DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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