Html Css Color HEX #762EEA Blue Violet

📋 copy color: '#762EEA'

red 118 ◦ green 46 ◦ blue 234

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

Shades of Blue Violet #762EEA

Tints of Blue Violet #762EEA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.56%

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

R = 29.65%
G = 11.56%
B = 58.79%

CMYK

 C value IS 0.50

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#762EEA (or 0x762EEA) is known color: Blue Violet. HEX triplet: 76, 2E and EA. RGB value is (118,46,234). Sum of RGB (Red+Green+Blue) = 118+46+234=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #762EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762EEA is #89D115. Grayscale: #585858. Windows color (decimal): -9031958 or 15347318. OLE color: 15347318.

HSL color Cylindrical-coordinate representation of color #762EEA: hue angle of 262.98º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762EEA is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 46 234 -
CMYK 0.50 0.80 0 0.08
HSL 262.98º 0.82% 0.55% -
HSV(B) 262.98º 0.8% 0.92% -
XYZ 23.3 11.75 78.88 -
YUV 88.96 209.85 148.71 -
System Red Green Blue C M Y K H S L
Decimal 118 46 234 0.50 0.80 0 0.08 262.98 0.82 0.55
Hex 76 2E EA 32 50 0 8 107 52 37
Octal 166 56 352 62 120 0 10 407 122 67
Binary 1110110 101110 11101010 110010 1010000 0 1000 100000111 1010010 110111

Color Harmonies of #762EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762EEA

Black with #762EEA

Text Example


Text Example

White with #762EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762EEA; }

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

 H1.HeaderClassName
 {
   color: #762EEA;
 }
 .AnyTagClassName
 {
   color: #762EEA;
 }
</style>

background-color css

<style>
 a { background-color: #762EEA; }

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

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

border-color css

<style>
 span { border-color: #762EEA; }

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

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