Html Css Color HEX #762DD9 Blue Violet

📋 copy color: '#762DD9'

red 118 ◦ green 45 ◦ blue 217

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

Shades of Blue Violet #762DD9

Tints of Blue Violet #762DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 57.11%

R = 31.05%
G = 11.84%
B = 57.11%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#762DD9 (or 0x762DD9) is known color: Blue Violet. HEX triplet: 76, 2D and D9. RGB value is (118,45,217). Sum of RGB (Red+Green+Blue) = 118+45+217=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 217 (85.16% from 255 or 57.11% from 380); Max value from RGB is 217 - color contains mainly: blue. Hex color #762DD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DD9 is #89D226. Grayscale: #555555. Windows color (decimal): -9032231 or 14232950. OLE color: 14232950.

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

Color convert

RGB 118 45 217 -
CMYK 0.46 0.79 0 0.15
HSL 265.47º 0.69% 0.51% -
HSV(B) 265.47º 0.79% 0.85% -
XYZ 20.93 10.74 66.61 -
YUV 86.44 201.68 150.51 -
System Red Green Blue C M Y K H S L
Decimal 118 45 217 0.46 0.79 0 0.15 265.47 0.69 0.51
Hex 76 2D D9 2E 4F 0 F 109 45 33
Octal 166 55 331 56 117 0 17 411 105 63
Binary 1110110 101101 11011001 101110 1001111 0 1111 100001001 1000101 110011

Color Harmonies of #762DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DD9

Black with #762DD9

Text Example


Text Example

White with #762DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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