Html Css Color HEX #761AEA Blue Violet

📋 copy color: '#761AEA'

red 118 ◦ green 26 ◦ blue 234

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

Shades of Blue Violet #761AEA

Tints of Blue Violet #761AEA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.88%

 BLUE value IS 234 (91.8% from 255) = 61.9%

R = 31.22%
G = 6.88%
B = 61.9%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#761AEA (or 0x761AEA) is known color: Blue Violet. HEX triplet: 76, 1A and EA. RGB value is (118,26,234). Sum of RGB (Red+Green+Blue) = 118+26+234=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #761AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761AEA is #89E515. Grayscale: #4C4C4C. Windows color (decimal): -9037078 or 15342198. OLE color: 15342198.

HSL color Cylindrical-coordinate representation of color #761AEA: hue angle of 266.54º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #761AEA is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 26 234 -
CMYK 0.50 0.89 0 0.08
HSL 266.54º 0.83% 0.51% -
HSV(B) 266.54º 0.89% 0.92% -
XYZ 22.69 10.53 78.68 -
YUV 77.22 216.48 157.09 -
System Red Green Blue C M Y K H S L
Decimal 118 26 234 0.50 0.89 0 0.08 266.54 0.83 0.51
Hex 76 1A EA 32 59 0 8 10B 53 33
Octal 166 32 352 62 131 0 10 413 123 63
Binary 1110110 11010 11101010 110010 1011001 0 1000 100001011 1010011 110011

Color Harmonies of #761AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761AEA

Black with #761AEA

Text Example


Text Example

White with #761AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,26,234); }

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

background-color css

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

 a { background-color: rgb(118,26,234); }

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

border-color css

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

 span { border-color: rgb(118,26,234); }

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