Html Css Color HEX #762CEF Blue Violet

📋 copy color: '#762CEF'

red 118 ◦ green 44 ◦ blue 239

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

Shades of Blue Violet #762CEF

Tints of Blue Violet #762CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.6%

R = 29.43%
G = 10.97%
B = 59.6%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#762CEF (or 0x762CEF) is known color: Blue Violet. HEX triplet: 76, 2C and EF. RGB value is (118,44,239). Sum of RGB (Red+Green+Blue) = 118+44+239=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #762CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762CEF is #89D310. Grayscale: #575757. Windows color (decimal): -9032465 or 15674486. OLE color: 15674486.

HSL color Cylindrical-coordinate representation of color #762CEF: hue angle of 262.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #762CEF is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 44 239 -
CMYK 0.51 0.82 0 0.06
HSL 262.77º 0.86% 0.55% -
HSV(B) 262.77º 0.82% 0.94% -
XYZ 23.95 11.88 82.69 -
YUV 88.36 213.02 149.14 -
System Red Green Blue C M Y K H S L
Decimal 118 44 239 0.51 0.82 0 0.06 262.77 0.86 0.55
Hex 76 2C EF 33 52 0 6 107 56 37
Octal 166 54 357 63 122 0 6 407 126 67
Binary 1110110 101100 11101111 110011 1010010 0 110 100000111 1010110 110111

Color Harmonies of #762CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762CEF

Black with #762CEF

Text Example


Text Example

White with #762CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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