Html Css Color HEX #761DDF Blue Violet

📋 copy color: '#761DDF'

red 118 ◦ green 29 ◦ blue 223

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

Shades of Blue Violet #761DDF

Tints of Blue Violet #761DDF

RGB

 RED value IS 118 (46.48% from 255) = 31.89%

 GREEN value IS 29 (11.72% from 255) = 7.84%

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

R = 31.89%
G = 7.84%
B = 60.27%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#761DDF (or 0x761DDF) is known color: Blue Violet. HEX triplet: 76, 1D and DF. RGB value is (118,29,223). Sum of RGB (Red+Green+Blue) = 118+29+223=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #761DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761DDF is #89E220. Grayscale: #4D4D4D. Windows color (decimal): -9036321 or 14622070. OLE color: 14622070.

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

Color convert

RGB 118 29 223 -
CMYK 0.47 0.87 0 0.13
HSL 267.53º 0.77% 0.49% -
HSV(B) 267.53º 0.87% 0.87% -
XYZ 21.23 10.06 70.63 -
YUV 77.73 209.99 156.73 -
System Red Green Blue C M Y K H S L
Decimal 118 29 223 0.47 0.87 0 0.13 267.53 0.77 0.49
Hex 76 1D DF 2F 57 0 D 10C 4D 31
Octal 166 35 337 57 127 0 15 414 115 61
Binary 1110110 11101 11011111 101111 1010111 0 1101 100001100 1001101 110001

Color Harmonies of #761DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761DDF

Black with #761DDF

Text Example


Text Example

White with #761DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761DDF; }

 p { color: rgb(118,29,223); }

 H1.HeaderClassName
 {
   color: #761DDF;
 }
 .AnyTagClassName
 {
   color: #761DDF;
 }
</style>

background-color css

<style>
 a { background-color: #761DDF; }

 a { background-color: rgb(118,29,223); }

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

border-color css

<style>
 span { border-color: #761DDF; }

 span { border-color: rgb(118,29,223); }

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