Html Css Color HEX #7730DA Blue Violet

📋 copy color: '#7730DA'

red 119 ◦ green 48 ◦ blue 218

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

Shades of Blue Violet #7730DA

Tints of Blue Violet #7730DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.62%

R = 30.91%
G = 12.47%
B = 56.62%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7730DA (or 0x7730DA) is known color: Blue Violet. HEX triplet: 77, 30 and DA. RGB value is (119,48,218). Sum of RGB (Red+Green+Blue) = 119+48+218=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #7730DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7730DA is #88CF25. Grayscale: #585858. Windows color (decimal): -8965926 or 14299255. OLE color: 14299255.

HSL color Cylindrical-coordinate representation of color #7730DA: hue angle of 265.06º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7730DA is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 48 218 -
CMYK 0.45 0.78 0 0.15
HSL 265.06º 0.7% 0.52% -
HSV(B) 265.06º 0.78% 0.85% -
XYZ 21.32 11.1 67.35 -
YUV 88.61 201.02 149.68 -
System Red Green Blue C M Y K H S L
Decimal 119 48 218 0.45 0.78 0 0.15 265.06 0.7 0.52
Hex 77 30 DA 2D 4E 0 F 109 46 34
Octal 167 60 332 55 116 0 17 411 106 64
Binary 1110111 110000 11011010 101101 1001110 0 1111 100001001 1000110 110100

Color Harmonies of #7730DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7730DA

Black with #7730DA

Text Example


Text Example

White with #7730DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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