Html Css Color HEX #761CF1 Blue Violet

📋 copy color: '#761CF1'

red 118 ◦ green 28 ◦ blue 241

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

Shades of Blue Violet #761CF1

Tints of Blue Violet #761CF1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.24%

 BLUE value IS 241 (94.53% from 255) = 62.27%

R = 30.49%
G = 7.24%
B = 62.27%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#761CF1 (or 0x761CF1) is known color: Blue Violet. HEX triplet: 76, 1C and F1. RGB value is (118,28,241). Sum of RGB (Red+Green+Blue) = 118+28+241=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 241 (94.53% from 255 or 62.27% from 387); Max value from RGB is 241 - color contains mainly: blue. Hex color #761CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761CF1 is #89E30E. Grayscale: #4E4E4E. Windows color (decimal): -9036559 or 15801462. OLE color: 15801462.

HSL color Cylindrical-coordinate representation of color #761CF1: hue angle of 265.35º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761CF1 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 28 241 -
CMYK 0.51 0.88 0 0.05
HSL 265.35º 0.88% 0.53% -
HSV(B) 265.35º 0.88% 0.95% -
XYZ 23.76 11.03 84.1 -
YUV 79.19 219.32 155.68 -
System Red Green Blue C M Y K H S L
Decimal 118 28 241 0.51 0.88 0 0.05 265.35 0.88 0.53
Hex 76 1C F1 33 58 0 5 109 58 35
Octal 166 34 361 63 130 0 5 411 130 65
Binary 1110110 11100 11110001 110011 1011000 0 101 100001001 1011000 110101

Color Harmonies of #761CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761CF1

Black with #761CF1

Text Example


Text Example

White with #761CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,28,241); }

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

background-color css

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

 a { background-color: rgb(118,28,241); }

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

border-color css

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

 span { border-color: rgb(118,28,241); }

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