Html Css Color HEX #770CDE Blue Violet

📋 copy color: '#770CDE'

red 119 ◦ green 12 ◦ blue 222

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

Shades of Blue Violet #770CDE

Tints of Blue Violet #770CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.89%

R = 33.71%
G = 3.4%
B = 62.89%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#770CDE (or 0x770CDE) is known color: Blue Violet. HEX triplet: 77, 0C and DE. RGB value is (119,12,222). Sum of RGB (Red+Green+Blue) = 119+12+222=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #770CDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770CDE is #88F321. Grayscale: #434343. Windows color (decimal): -8975138 or 14552183. OLE color: 14552183.

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

Color convert

RGB 119 12 222 -
CMYK 0.46 0.95 0 0.13
HSL 270.57º 0.9% 0.46% -
HSV(B) 270.57º 0.95% 0.87% -
XYZ 20.92 9.46 69.83 -
YUV 67.93 214.95 164.42 -
System Red Green Blue C M Y K H S L
Decimal 119 12 222 0.46 0.95 0 0.13 270.57 0.9 0.46
Hex 77 C DE 2E 5F 0 D 10F 5A 2E
Octal 167 14 336 56 137 0 15 417 132 56
Binary 1110111 1100 11011110 101110 1011111 0 1101 100001111 1011010 101110

Color Harmonies of #770CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770CDE

Black with #770CDE

Text Example


Text Example

White with #770CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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