Html Css Color HEX #7736FF Blue Violet

📋 copy color: '#7736FF'

red 119 ◦ green 54 ◦ blue 255

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

Shades of Blue Violet #7736FF

Tints of Blue Violet #7736FF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.62%

 BLUE value IS 255 (100% from 255) = 59.58%

R = 27.8%
G = 12.62%
B = 59.58%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7736FF (or 0x7736FF) is known color: Blue Violet. HEX triplet: 77, 36 and FF. RGB value is (119,54,255). Sum of RGB (Red+Green+Blue) = 119+54+255=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #7736FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7736FF is #88C900. Grayscale: #5F5F5F. Windows color (decimal): -8964353 or 16725623. OLE color: 16725623.

HSL color Cylindrical-coordinate representation of color #7736FF: hue angle of 259.4º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7736FF is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 119 54 255 -
CMYK 0.53 0.79 0 0
HSL 259.4º 1% 0.61% -
HSV(B) 259.4º 0.79% 1% -
XYZ 26.98 13.78 95.85 -
YUV 96.35 217.53 144.16 -
System Red Green Blue C M Y K H S L
Decimal 119 54 255 0.53 0.79 0 0 259.4 1 0.61
Hex 77 36 FF 35 4F 0 0 103 64 3D
Octal 167 66 377 65 117 0 0 403 144 75
Binary 1110111 110110 11111111 110101 1001111 0 0 100000011 1100100 111101

Color Harmonies of #7736FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7736FF

Black with #7736FF

Text Example


Text Example

White with #7736FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7736FF; }

 p { color: rgb(119,54,255); }

 H1.HeaderClassName
 {
   color: #7736FF;
 }
 .AnyTagClassName
 {
   color: #7736FF;
 }
</style>

background-color css

<style>
 a { background-color: #7736FF; }

 a { background-color: rgb(119,54,255); }

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

border-color css

<style>
 span { border-color: #7736FF; }

 span { border-color: rgb(119,54,255); }

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