Html Css Color HEX #750ACE Dark Violet

📋 copy color: '#750ACE'

red 117 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #750ACE

Tints of Dark Violet #750ACE

RGB

 RED value IS 117 (46.09% from 255) = 35.14%

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

 BLUE value IS 206 (80.86% from 255) = 61.86%

R = 35.14%
G = 3%
B = 61.86%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#750ACE (or 0x750ACE) is known color: Dark Violet. HEX triplet: 75, 0A and CE. RGB value is (117,10,206). Sum of RGB (Red+Green+Blue) = 117+10+206=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #750ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750ACE is #8AF531. Grayscale: #3F3F3F. Windows color (decimal): -9106738 or 13503093. OLE color: 13503093.

HSL color Cylindrical-coordinate representation of color #750ACE: hue angle of 272.76º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750ACE is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 10 206 -
CMYK 0.43 0.95 0 0.19
HSL 272.76º 0.91% 0.42% -
HSV(B) 272.76º 0.95% 0.81% -
XYZ 18.59 8.46 59.04 -
YUV 64.34 207.95 165.56 -
System Red Green Blue C M Y K H S L
Decimal 117 10 206 0.43 0.95 0 0.19 272.76 0.91 0.42
Hex 75 A CE 2B 5F 0 13 111 5B 2A
Octal 165 12 316 53 137 0 23 421 133 52
Binary 1110101 1010 11001110 101011 1011111 0 10011 100010001 1011011 101010

Color Harmonies of #750ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750ACE

Black with #750ACE

Text Example


Text Example

White with #750ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750ACE; }

 p { color: rgb(117,10,206); }

 H1.HeaderClassName
 {
   color: #750ACE;
 }
 .AnyTagClassName
 {
   color: #750ACE;
 }
</style>

background-color css

<style>
 a { background-color: #750ACE; }

 a { background-color: rgb(117,10,206); }

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

border-color css

<style>
 span { border-color: #750ACE; }

 span { border-color: rgb(117,10,206); }

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