Html Css Color HEX #760DDF Blue Violet

📋 copy color: '#760DDF'

red 118 ◦ green 13 ◦ blue 223

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

Shades of Blue Violet #760DDF

Tints of Blue Violet #760DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.67%

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

R = 33.33%
G = 3.67%
B = 62.99%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#760DDF (or 0x760DDF) is known color: Blue Violet. HEX triplet: 76, 0D and DF. RGB value is (118,13,223). Sum of RGB (Red+Green+Blue) = 118+13+223=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #760DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760DDF is #89F220. Grayscale: #434343. Windows color (decimal): -9040417 or 14617974. OLE color: 14617974.

HSL color Cylindrical-coordinate representation of color #760DDF: hue angle of 270º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760DDF is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 13 223 -
CMYK 0.47 0.94 0 0.13
HSL 270º 0.89% 0.46% -
HSV(B) 270º 0.94% 0.87% -
XYZ 20.93 9.47 70.54 -
YUV 68.34 215.29 163.42 -
System Red Green Blue C M Y K H S L
Decimal 118 13 223 0.47 0.94 0 0.13 270 0.89 0.46
Hex 76 D DF 2F 5E 0 D 10E 59 2E
Octal 166 15 337 57 136 0 15 416 131 56
Binary 1110110 1101 11011111 101111 1011110 0 1101 100001110 1011001 101110

Color Harmonies of #760DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760DDF

Black with #760DDF

Text Example


Text Example

White with #760DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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