Html Css Color HEX #7730DD Blue Violet

📋 copy color: '#7730DD'

red 119 ◦ green 48 ◦ blue 221

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

Shades of Blue Violet #7730DD

Tints of Blue Violet #7730DD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.37%

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

R = 30.67%
G = 12.37%
B = 56.96%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7730DD (or 0x7730DD) is known color: Blue Violet. HEX triplet: 77, 30 and DD. RGB value is (119,48,221). Sum of RGB (Red+Green+Blue) = 119+48+221=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #7730DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7730DD is #88CF22. Grayscale: #585858. Windows color (decimal): -8965923 or 14495863. OLE color: 14495863.

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

Color convert

RGB 119 48 221 -
CMYK 0.46 0.78 0 0.13
HSL 264.62º 0.72% 0.53% -
HSV(B) 264.62º 0.78% 0.87% -
XYZ 21.72 11.26 69.43 -
YUV 88.95 202.52 149.43 -
System Red Green Blue C M Y K H S L
Decimal 119 48 221 0.46 0.78 0 0.13 264.62 0.72 0.53
Hex 77 30 DD 2E 4E 0 D 109 48 35
Octal 167 60 335 56 116 0 15 411 110 65
Binary 1110111 110000 11011101 101110 1001110 0 1101 100001001 1001000 110101

Color Harmonies of #7730DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7730DD

Black with #7730DD

Text Example


Text Example

White with #7730DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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