Html Css Color HEX #750AB5 Dark Violet

📋 copy color: '#750AB5'

red 117 ◦ green 10 ◦ blue 181

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

Shades of Dark Violet #750AB5

Tints of Dark Violet #750AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 58.77%

R = 37.99%
G = 3.25%
B = 58.77%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#750AB5 (or 0x750AB5) is known color: Dark Violet. HEX triplet: 75, 0A and B5. RGB value is (117,10,181). Sum of RGB (Red+Green+Blue) = 117+10+181=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 181 (71.09% from 255 or 58.77% from 308); Max value from RGB is 181 - color contains mainly: blue. Hex color #750AB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750AB5 is #8AF54A. Grayscale: #3C3C3C. Windows color (decimal): -9106763 or 11864693. OLE color: 11864693.

HSL color Cylindrical-coordinate representation of color #750AB5: hue angle of 277.54º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750AB5 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 10 181 -
CMYK 0.35 0.94 0 0.29
HSL 277.54º 0.9% 0.37% -
HSV(B) 277.54º 0.94% 0.71% -
XYZ 15.79 7.34 44.3 -
YUV 61.49 195.45 167.6 -
System Red Green Blue C M Y K H S L
Decimal 117 10 181 0.35 0.94 0 0.29 277.54 0.9 0.37
Hex 75 A B5 23 5E 0 1D 116 5A 25
Octal 165 12 265 43 136 0 35 426 132 45
Binary 1110101 1010 10110101 100011 1011110 0 11101 100010110 1011010 100101

Color Harmonies of #750AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750AB5

Black with #750AB5

Text Example


Text Example

White with #750AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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