Html Css Color HEX #770BE1 Blue Violet

📋 copy color: '#770BE1'

red 119 ◦ green 11 ◦ blue 225

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

Shades of Blue Violet #770BE1

Tints of Blue Violet #770BE1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.1%

 BLUE value IS 225 (88.28% from 255) = 63.38%

R = 33.52%
G = 3.1%
B = 63.38%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#770BE1 (or 0x770BE1) is known color: Blue Violet. HEX triplet: 77, 0B and E1. RGB value is (119,11,225). Sum of RGB (Red+Green+Blue) = 119+11+225=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 225 (88.28% from 255 or 63.38% from 355); Max value from RGB is 225 - color contains mainly: blue. Hex color #770BE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BE1 is #88F41E. Grayscale: #424242. Windows color (decimal): -8975391 or 14748535. OLE color: 14748535.

HSL color Cylindrical-coordinate representation of color #770BE1: hue angle of 270.28º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770BE1 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 119 11 225 -
CMYK 0.47 0.95 0 0.12
HSL 270.28º 0.91% 0.46% -
HSV(B) 270.28º 0.95% 0.88% -
XYZ 21.32 9.6 71.96 -
YUV 67.69 216.78 164.6 -
System Red Green Blue C M Y K H S L
Decimal 119 11 225 0.47 0.95 0 0.12 270.28 0.91 0.46
Hex 77 B E1 2F 5F 0 C 10E 5B 2E
Octal 167 13 341 57 137 0 14 416 133 56
Binary 1110111 1011 11100001 101111 1011111 0 1100 100001110 1011011 101110

Color Harmonies of #770BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770BE1

Black with #770BE1

Text Example


Text Example

White with #770BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770BE1; }

 p { color: rgb(119,11,225); }

 H1.HeaderClassName
 {
   color: #770BE1;
 }
 .AnyTagClassName
 {
   color: #770BE1;
 }
</style>

background-color css

<style>
 a { background-color: #770BE1; }

 a { background-color: rgb(119,11,225); }

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

border-color css

<style>
 span { border-color: #770BE1; }

 span { border-color: rgb(119,11,225); }

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