Html Css Color HEX #761FDC Blue Violet

📋 copy color: '#761FDC'

red 118 ◦ green 31 ◦ blue 220

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

Shades of Blue Violet #761FDC

Tints of Blue Violet #761FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.62%

R = 31.98%
G = 8.4%
B = 59.62%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#761FDC (or 0x761FDC) is known color: Blue Violet. HEX triplet: 76, 1F and DC. RGB value is (118,31,220). Sum of RGB (Red+Green+Blue) = 118+31+220=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #761FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761FDC is #89E023. Grayscale: #4D4D4D. Windows color (decimal): -9035812 or 14425974. OLE color: 14425974.

HSL color Cylindrical-coordinate representation of color #761FDC: hue angle of 267.62º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761FDC is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 31 220 -
CMYK 0.46 0.86 0 0.14
HSL 267.62º 0.75% 0.49% -
HSV(B) 267.62º 0.86% 0.86% -
XYZ 20.88 10 68.54 -
YUV 78.56 207.82 156.13 -
System Red Green Blue C M Y K H S L
Decimal 118 31 220 0.46 0.86 0 0.14 267.62 0.75 0.49
Hex 76 1F DC 2E 56 0 E 10C 4B 31
Octal 166 37 334 56 126 0 16 414 113 61
Binary 1110110 11111 11011100 101110 1010110 0 1110 100001100 1001011 110001

Color Harmonies of #761FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761FDC

Black with #761FDC

Text Example


Text Example

White with #761FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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