Html Css Color HEX #762BE4 Blue Violet

📋 copy color: '#762BE4'

red 118 ◦ green 43 ◦ blue 228

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

Shades of Blue Violet #762BE4

Tints of Blue Violet #762BE4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.05%

 BLUE value IS 228 (89.45% from 255) = 58.61%

R = 30.33%
G = 11.05%
B = 58.61%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#762BE4 (or 0x762BE4) is known color: Blue Violet. HEX triplet: 76, 2B and E4. RGB value is (118,43,228). Sum of RGB (Red+Green+Blue) = 118+43+228=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 228 (89.45% from 255 or 58.61% from 389); Max value from RGB is 228 - color contains mainly: blue. Hex color #762BE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762BE4 is #89D41B. Grayscale: #555555. Windows color (decimal): -9032732 or 14953334. OLE color: 14953334.

HSL color Cylindrical-coordinate representation of color #762BE4: hue angle of 264.32º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762BE4 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 118 43 228 -
CMYK 0.48 0.81 0 0.11
HSL 264.32º 0.77% 0.53% -
HSV(B) 264.32º 0.81% 0.89% -
XYZ 22.34 11.18 74.38 -
YUV 86.52 207.85 150.46 -
System Red Green Blue C M Y K H S L
Decimal 118 43 228 0.48 0.81 0 0.11 264.32 0.77 0.53
Hex 76 2B E4 30 51 0 B 108 4D 35
Octal 166 53 344 60 121 0 13 410 115 65
Binary 1110110 101011 11100100 110000 1010001 0 1011 100001000 1001101 110101

Color Harmonies of #762BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BE4

Black with #762BE4

Text Example


Text Example

White with #762BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,43,228); }

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

background-color css

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

 a { background-color: rgb(118,43,228); }

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

border-color css

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

 span { border-color: rgb(118,43,228); }

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