Html Css Color HEX #770CE2 Blue Violet

📋 copy color: '#770CE2'

red 119 ◦ green 12 ◦ blue 226

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

Shades of Blue Violet #770CE2

Tints of Blue Violet #770CE2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.36%

 BLUE value IS 226 (88.67% from 255) = 63.31%

R = 33.33%
G = 3.36%
B = 63.31%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#770CE2 (or 0x770CE2) is known color: Blue Violet. HEX triplet: 77, 0C and E2. RGB value is (119,12,226). Sum of RGB (Red+Green+Blue) = 119+12+226=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 226 (88.67% from 255 or 63.31% from 357); Max value from RGB is 226 - color contains mainly: blue. Hex color #770CE2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770CE2 is #88F31D. Grayscale: #434343. Windows color (decimal): -8975134 or 14814327. OLE color: 14814327.

HSL color Cylindrical-coordinate representation of color #770CE2: hue angle of 270º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770CE2 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 119 12 226 -
CMYK 0.47 0.95 0 0.11
HSL 270º 0.9% 0.47% -
HSV(B) 270º 0.95% 0.89% -
XYZ 21.47 9.68 72.69 -
YUV 68.39 216.95 164.1 -
System Red Green Blue C M Y K H S L
Decimal 119 12 226 0.47 0.95 0 0.11 270 0.9 0.47
Hex 77 C E2 2F 5F 0 B 10E 5A 2F
Octal 167 14 342 57 137 0 13 416 132 57
Binary 1110111 1100 11100010 101111 1011111 0 1011 100001110 1011010 101111

Color Harmonies of #770CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770CE2

Black with #770CE2

Text Example


Text Example

White with #770CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,12,226); }

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

background-color css

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

 a { background-color: rgb(119,12,226); }

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

border-color css

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

 span { border-color: rgb(119,12,226); }

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