Html Css Color HEX #762DD7 Blue Violet

📋 copy color: '#762DD7'

red 118 ◦ green 45 ◦ blue 215

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

Shades of Blue Violet #762DD7

Tints of Blue Violet #762DD7

RGB

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

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

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

R = 31.22%
G = 11.9%
B = 56.88%

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

#762DD7 (or 0x762DD7) is known color: Blue Violet. HEX triplet: 76, 2D and D7. RGB value is (118,45,215). Sum of RGB (Red+Green+Blue) = 118+45+215=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 215 (84.38% from 255 or 56.88% from 378); Max value from RGB is 215 - color contains mainly: blue. Hex color #762DD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DD7 is #89D228. Grayscale: #555555. Windows color (decimal): -9032233 or 14101878. OLE color: 14101878.

HSL color Cylindrical-coordinate representation of color #762DD7: hue angle of 265.76º degrees, saturation: 0.68, 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 #762DD7 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 45 215 -
CMYK 0.45 0.79 0 0.16
HSL 265.76º 0.68% 0.51% -
HSV(B) 265.76º 0.79% 0.84% -
XYZ 20.68 10.63 65.25 -
YUV 86.21 200.68 150.68 -
System Red Green Blue C M Y K H S L
Decimal 118 45 215 0.45 0.79 0 0.16 265.76 0.68 0.51
Hex 76 2D D7 2D 4F 0 10 10A 44 33
Octal 166 55 327 55 117 0 20 412 104 63
Binary 1110110 101101 11010111 101101 1001111 0 10000 100001010 1000100 110011

Color Harmonies of #762DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DD7

Black with #762DD7

Text Example


Text Example

White with #762DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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