Html Css Color HEX #750ADE Dark Violet

📋 copy color: '#750ADE'

red 117 ◦ green 10 ◦ blue 222

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

Shades of Dark Violet #750ADE

Tints of Dark Violet #750ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.61%

R = 33.52%
G = 2.87%
B = 63.61%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#750ADE (or 0x750ADE) is known color: Dark Violet. HEX triplet: 75, 0A and DE. RGB value is (117,10,222). Sum of RGB (Red+Green+Blue) = 117+10+222=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #750ADE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750ADE is #8AF521. Grayscale: #414141. Windows color (decimal): -9106722 or 14551669. OLE color: 14551669.

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

Color convert

RGB 117 10 222 -
CMYK 0.47 0.95 0 0.13
HSL 270.28º 0.91% 0.45% -
HSV(B) 270.28º 0.95% 0.87% -
XYZ 20.63 9.27 69.81 -
YUV 66.16 215.95 164.26 -
System Red Green Blue C M Y K H S L
Decimal 117 10 222 0.47 0.95 0 0.13 270.28 0.91 0.45
Hex 75 A DE 2F 5F 0 D 10E 5B 2D
Octal 165 12 336 57 137 0 15 416 133 55
Binary 1110101 1010 11011110 101111 1011111 0 1101 100001110 1011011 101101

Color Harmonies of #750ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750ADE

Black with #750ADE

Text Example


Text Example

White with #750ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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