Html Css Color HEX #762CEB Blue Violet

📋 copy color: '#762CEB'

red 118 ◦ green 44 ◦ blue 235

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

Shades of Blue Violet #762CEB

Tints of Blue Violet #762CEB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.08%

 BLUE value IS 235 (92.19% from 255) = 59.19%

R = 29.72%
G = 11.08%
B = 59.19%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#762CEB (or 0x762CEB) is known color: Blue Violet. HEX triplet: 76, 2C and EB. RGB value is (118,44,235). Sum of RGB (Red+Green+Blue) = 118+44+235=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #762CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762CEB is #89D314. Grayscale: #575757. Windows color (decimal): -9032469 or 15412342. OLE color: 15412342.

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

Color convert

RGB 118 44 235 -
CMYK 0.50 0.81 0 0.08
HSL 263.25º 0.83% 0.55% -
HSV(B) 263.25º 0.81% 0.92% -
XYZ 23.37 11.65 79.61 -
YUV 87.9 211.02 149.47 -
System Red Green Blue C M Y K H S L
Decimal 118 44 235 0.50 0.81 0 0.08 263.25 0.83 0.55
Hex 76 2C EB 32 51 0 8 107 53 37
Octal 166 54 353 62 121 0 10 407 123 67
Binary 1110110 101100 11101011 110010 1010001 0 1000 100000111 1010011 110111

Color Harmonies of #762CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762CEB

Black with #762CEB

Text Example


Text Example

White with #762CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,44,235); }

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

background-color css

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

 a { background-color: rgb(118,44,235); }

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

border-color css

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

 span { border-color: rgb(118,44,235); }

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