Html Css Color HEX #7732DD Blue Violet

📋 copy color: '#7732DD'

red 119 ◦ green 50 ◦ blue 221

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

Shades of Blue Violet #7732DD

Tints of Blue Violet #7732DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.82%

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

R = 30.51%
G = 12.82%
B = 56.67%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7732DD (or 0x7732DD) is known color: Blue Violet. HEX triplet: 77, 32 and DD. RGB value is (119,50,221). Sum of RGB (Red+Green+Blue) = 119+50+221=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #7732DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7732DD is #88CD22. Grayscale: #595959. Windows color (decimal): -8965411 or 14496375. OLE color: 14496375.

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

Color convert

RGB 119 50 221 -
CMYK 0.46 0.77 0 0.13
HSL 264.21º 0.72% 0.53% -
HSV(B) 264.21º 0.77% 0.87% -
XYZ 21.8 11.42 69.46 -
YUV 90.13 201.86 148.6 -
System Red Green Blue C M Y K H S L
Decimal 119 50 221 0.46 0.77 0 0.13 264.21 0.72 0.53
Hex 77 32 DD 2E 4D 0 D 108 48 35
Octal 167 62 335 56 115 0 15 410 110 65
Binary 1110111 110010 11011101 101110 1001101 0 1101 100001000 1001000 110101

Color Harmonies of #7732DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7732DD

Black with #7732DD

Text Example


Text Example

White with #7732DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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