Html Css Color HEX #761FDF Blue Violet

📋 copy color: '#761FDF'

red 118 ◦ green 31 ◦ blue 223

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

Shades of Blue Violet #761FDF

Tints of Blue Violet #761FDF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.33%

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

R = 31.72%
G = 8.33%
B = 59.95%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#761FDF (or 0x761FDF) is known color: Blue Violet. HEX triplet: 76, 1F and DF. RGB value is (118,31,223). Sum of RGB (Red+Green+Blue) = 118+31+223=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #761FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761FDF is #89E020. Grayscale: #4E4E4E. Windows color (decimal): -9035809 or 14622582. OLE color: 14622582.

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

Color convert

RGB 118 31 223 -
CMYK 0.47 0.86 0 0.13
HSL 267.19º 0.76% 0.5% -
HSV(B) 267.19º 0.86% 0.87% -
XYZ 21.28 10.16 70.65 -
YUV 78.9 209.32 155.89 -
System Red Green Blue C M Y K H S L
Decimal 118 31 223 0.47 0.86 0 0.13 267.19 0.76 0.5
Hex 76 1F DF 2F 56 0 D 10B 4C 32
Octal 166 37 337 57 126 0 15 413 114 62
Binary 1110110 11111 11011111 101111 1010110 0 1101 100001011 1001100 110010

Color Harmonies of #761FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761FDF

Black with #761FDF

Text Example


Text Example

White with #761FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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