Html Css Color HEX #762DD5 Blue Violet

📋 copy color: '#762DD5'

red 118 ◦ green 45 ◦ blue 213

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

Shades of Blue Violet #762DD5

Tints of Blue Violet #762DD5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.97%

 BLUE value IS 213 (83.59% from 255) = 56.65%

R = 31.38%
G = 11.97%
B = 56.65%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#762DD5 (or 0x762DD5) is known color: Blue Violet. HEX triplet: 76, 2D and D5. RGB value is (118,45,213). Sum of RGB (Red+Green+Blue) = 118+45+213=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #762DD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DD5 is #89D22A. Grayscale: #555555. Windows color (decimal): -9032235 or 13970806. OLE color: 13970806.

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

Color convert

RGB 118 45 213 -
CMYK 0.45 0.79 0 0.16
HSL 266.07º 0.67% 0.51% -
HSV(B) 266.07º 0.79% 0.84% -
XYZ 20.42 10.53 63.91 -
YUV 85.98 199.68 150.84 -
System Red Green Blue C M Y K H S L
Decimal 118 45 213 0.45 0.79 0 0.16 266.07 0.67 0.51
Hex 76 2D D5 2D 4F 0 10 10A 43 33
Octal 166 55 325 55 117 0 20 412 103 63
Binary 1110110 101101 11010101 101101 1001111 0 10000 100001010 1000011 110011

Color Harmonies of #762DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DD5

Black with #762DD5

Text Example


Text Example

White with #762DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,45,213); }

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

background-color css

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

 a { background-color: rgb(118,45,213); }

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

border-color css

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

 span { border-color: rgb(118,45,213); }

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