Html Css Color HEX #7730FA Blue Violet

📋 copy color: '#7730FA'

red 119 ◦ green 48 ◦ blue 250

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

Shades of Blue Violet #7730FA

Tints of Blue Violet #7730FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.95%

R = 28.54%
G = 11.51%
B = 59.95%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7730FA (or 0x7730FA) is known color: Blue Violet. HEX triplet: 77, 30 and FA. RGB value is (119,48,250). Sum of RGB (Red+Green+Blue) = 119+48+250=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #7730FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7730FA is #88CF05. Grayscale: #5B5B5B. Windows color (decimal): -8965894 or 16396407. OLE color: 16396407.

HSL color Cylindrical-coordinate representation of color #7730FA: hue angle of 261.09º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7730FA is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 48 250 -
CMYK 0.52 0.81 0 0.02
HSL 261.09º 0.95% 0.58% -
HSV(B) 261.09º 0.81% 0.98% -
XYZ 25.92 12.94 91.57 -
YUV 92.26 217.02 147.07 -
System Red Green Blue C M Y K H S L
Decimal 119 48 250 0.52 0.81 0 0.02 261.09 0.95 0.58
Hex 77 30 FA 34 51 0 2 105 5F 3A
Octal 167 60 372 64 121 0 2 405 137 72
Binary 1110111 110000 11111010 110100 1010001 0 10 100000101 1011111 111010

Color Harmonies of #7730FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7730FA

Black with #7730FA

Text Example


Text Example

White with #7730FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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