Html Css Color HEX #762BD8 Blue Violet

📋 copy color: '#762BD8'

red 118 ◦ green 43 ◦ blue 216

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

Shades of Blue Violet #762BD8

Tints of Blue Violet #762BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 57.29%

R = 31.3%
G = 11.41%
B = 57.29%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#762BD8 (or 0x762BD8) is known color: Blue Violet. HEX triplet: 76, 2B and D8. RGB value is (118,43,216). Sum of RGB (Red+Green+Blue) = 118+43+216=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 216 (84.77% from 255 or 57.29% from 377); Max value from RGB is 216 - color contains mainly: blue. Hex color #762BD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762BD8 is #89D427. Grayscale: #545454. Windows color (decimal): -9032744 or 14166902. OLE color: 14166902.

HSL color Cylindrical-coordinate representation of color #762BD8: hue angle of 266.01º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762BD8 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 43 216 -
CMYK 0.45 0.80 0 0.15
HSL 266.01º 0.69% 0.51% -
HSV(B) 266.01º 0.8% 0.85% -
XYZ 20.73 10.54 65.91 -
YUV 85.15 201.85 151.43 -
System Red Green Blue C M Y K H S L
Decimal 118 43 216 0.45 0.80 0 0.15 266.01 0.69 0.51
Hex 76 2B D8 2D 50 0 F 10A 45 33
Octal 166 53 330 55 120 0 17 412 105 63
Binary 1110110 101011 11011000 101101 1010000 0 1111 100001010 1000101 110011

Color Harmonies of #762BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BD8

Black with #762BD8

Text Example


Text Example

White with #762BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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