Html Css Color HEX #770FDF Blue Violet

📋 copy color: '#770FDF'

red 119 ◦ green 15 ◦ blue 223

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

Shades of Blue Violet #770FDF

Tints of Blue Violet #770FDF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.2%

 BLUE value IS 223 (87.5% from 255) = 62.46%

R = 33.33%
G = 4.2%
B = 62.46%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#770FDF (or 0x770FDF) is known color: Blue Violet. HEX triplet: 77, 0F and DF. RGB value is (119,15,223). Sum of RGB (Red+Green+Blue) = 119+15+223=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #770FDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770FDF is #88F020. Grayscale: #454545. Windows color (decimal): -8974369 or 14618487. OLE color: 14618487.

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

Color convert

RGB 119 15 223 -
CMYK 0.47 0.93 0 0.13
HSL 270º 0.87% 0.47% -
HSV(B) 270º 0.93% 0.87% -
XYZ 21.1 9.59 70.55 -
YUV 69.81 214.46 163.09 -
System Red Green Blue C M Y K H S L
Decimal 119 15 223 0.47 0.93 0 0.13 270 0.87 0.47
Hex 77 F DF 2F 5D 0 D 10E 57 2F
Octal 167 17 337 57 135 0 15 416 127 57
Binary 1110111 1111 11011111 101111 1011101 0 1101 100001110 1010111 101111

Color Harmonies of #770FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770FDF

Black with #770FDF

Text Example


Text Example

White with #770FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,15,223); }

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

background-color css

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

 a { background-color: rgb(119,15,223); }

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

border-color css

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

 span { border-color: rgb(119,15,223); }

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