Html Css Color HEX #762DDF Blue Violet

📋 copy color: '#762DDF'

red 118 ◦ green 45 ◦ blue 223

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

Shades of Blue Violet #762DDF

Tints of Blue Violet #762DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.77%

R = 30.57%
G = 11.66%
B = 57.77%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#762DDF (or 0x762DDF) is known color: Blue Violet. HEX triplet: 76, 2D and DF. RGB value is (118,45,223). Sum of RGB (Red+Green+Blue) = 118+45+223=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #762DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DDF is #89D220. Grayscale: #565656. Windows color (decimal): -9032225 or 14626166. OLE color: 14626166.

HSL color Cylindrical-coordinate representation of color #762DDF: hue angle of 264.61º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762DDF is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 45 223 -
CMYK 0.47 0.80 0 0.13
HSL 264.61º 0.74% 0.53% -
HSV(B) 264.61º 0.8% 0.87% -
XYZ 21.73 11.06 70.8 -
YUV 87.12 204.68 150.03 -
System Red Green Blue C M Y K H S L
Decimal 118 45 223 0.47 0.80 0 0.13 264.61 0.74 0.53
Hex 76 2D DF 2F 50 0 D 109 4A 35
Octal 166 55 337 57 120 0 15 411 112 65
Binary 1110110 101101 11011111 101111 1010000 0 1101 100001001 1001010 110101

Color Harmonies of #762DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DDF

Black with #762DDF

Text Example


Text Example

White with #762DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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