Html Css Color HEX #761CE5 Blue Violet

📋 copy color: '#761CE5'

red 118 ◦ green 28 ◦ blue 229

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

Shades of Blue Violet #761CE5

Tints of Blue Violet #761CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 61.07%

R = 31.47%
G = 7.47%
B = 61.07%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#761CE5 (or 0x761CE5) is known color: Blue Violet. HEX triplet: 76, 1C and E5. RGB value is (118,28,229). Sum of RGB (Red+Green+Blue) = 118+28+229=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 229 (89.84% from 255 or 61.07% from 375); Max value from RGB is 229 - color contains mainly: blue. Hex color #761CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761CE5 is #89E31A. Grayscale: #4D4D4D. Windows color (decimal): -9036571 or 15015030. OLE color: 15015030.

HSL color Cylindrical-coordinate representation of color #761CE5: hue angle of 266.87º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761CE5 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 28 229 -
CMYK 0.48 0.88 0 0.10
HSL 266.87º 0.79% 0.5% -
HSV(B) 266.87º 0.88% 0.9% -
XYZ 22.03 10.34 74.96 -
YUV 77.82 213.32 156.66 -
System Red Green Blue C M Y K H S L
Decimal 118 28 229 0.48 0.88 0 0.10 266.87 0.79 0.5
Hex 76 1C E5 30 58 0 A 10B 4F 32
Octal 166 34 345 60 130 0 12 413 117 62
Binary 1110110 11100 11100101 110000 1011000 0 1010 100001011 1001111 110010

Color Harmonies of #761CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761CE5

Black with #761CE5

Text Example


Text Example

White with #761CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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