Html Css Color HEX #760ADF Dark Violet

📋 copy color: '#760ADF'

red 118 ◦ green 10 ◦ blue 223

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

Shades of Dark Violet #760ADF

Tints of Dark Violet #760ADF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.85%

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

R = 33.62%
G = 2.85%
B = 63.53%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#760ADF (or 0x760ADF) is known color: Dark Violet. HEX triplet: 76, 0A and DF. RGB value is (118,10,223). Sum of RGB (Red+Green+Blue) = 118+10+223=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #760ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760ADF is #89F520. Grayscale: #414141. Windows color (decimal): -9041185 or 14617206. OLE color: 14617206.

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

Color convert

RGB 118 10 223 -
CMYK 0.47 0.96 0 0.13
HSL 270.42º 0.91% 0.46% -
HSV(B) 270.42º 0.96% 0.87% -
XYZ 20.9 9.4 70.52 -
YUV 66.57 216.28 164.68 -
System Red Green Blue C M Y K H S L
Decimal 118 10 223 0.47 0.96 0 0.13 270.42 0.91 0.46
Hex 76 A DF 2F 60 0 D 10E 5B 2E
Octal 166 12 337 57 140 0 15 416 133 56
Binary 1110110 1010 11011111 101111 1100000 0 1101 100001110 1011011 101110

Color Harmonies of #760ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760ADF

Black with #760ADF

Text Example


Text Example

White with #760ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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