Html Css Color HEX #762BD7 Blue Violet

📋 copy color: '#762BD7'

red 118 ◦ green 43 ◦ blue 215

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

Shades of Blue Violet #762BD7

Tints of Blue Violet #762BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 57.18%

R = 31.38%
G = 11.44%
B = 57.18%

CMYK

 C value IS 0.45

 M value IS 0.8

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#762BD7 (or 0x762BD7) is known color: Blue Violet. HEX triplet: 76, 2B and D7. RGB value is (118,43,215). Sum of RGB (Red+Green+Blue) = 118+43+215=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 215 (84.38% from 255 or 57.18% from 376); Max value from RGB is 215 - color contains mainly: blue. Hex color #762BD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762BD7 is #89D428. Grayscale: #545454. Windows color (decimal): -9032745 or 14101366. OLE color: 14101366.

HSL color Cylindrical-coordinate representation of color #762BD7: hue angle of 266.16º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762BD7 is Cyan = 0.45, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 43 215 -
CMYK 0.45 0.8 0 0.16
HSL 266.16º 0.68% 0.51% -
HSV(B) 266.16º 0.8% 0.84% -
XYZ 20.6 10.49 65.23 -
YUV 85.03 201.35 151.51 -
System Red Green Blue C M Y K H S L
Decimal 118 43 215 0.45 0.8 0 0.16 266.16 0.68 0.51
Hex 76 2B D7 2D 50 0 10 10A 44 33
Octal 166 53 327 55 120 0 20 412 104 63
Binary 1110110 101011 11010111 101101 1010000 0 10000 100001010 1000100 110011

Color Harmonies of #762BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BD7

Black with #762BD7

Text Example


Text Example

White with #762BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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