Html Css Color HEX #750BBA Dark Violet

📋 copy color: '#750BBA'

red 117 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #750BBA

Tints of Dark Violet #750BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.5%

 BLUE value IS 186 (73.05% from 255) = 59.24%

R = 37.26%
G = 3.5%
B = 59.24%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#750BBA (or 0x750BBA) is known color: Dark Violet. HEX triplet: 75, 0B and BA. RGB value is (117,11,186). Sum of RGB (Red+Green+Blue) = 117+11+186=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #750BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BBA is #8AF445. Grayscale: #3E3E3E. Windows color (decimal): -9106502 or 12192629. OLE color: 12192629.

HSL color Cylindrical-coordinate representation of color #750BBA: hue angle of 276.34º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750BBA is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 11 186 -
CMYK 0.37 0.94 0 0.27
HSL 276.34º 0.89% 0.39% -
HSV(B) 276.34º 0.94% 0.73% -
XYZ 16.32 7.57 47.05 -
YUV 62.64 197.62 166.77 -
System Red Green Blue C M Y K H S L
Decimal 117 11 186 0.37 0.94 0 0.27 276.34 0.89 0.39
Hex 75 B BA 25 5E 0 1B 114 59 27
Octal 165 13 272 45 136 0 33 424 131 47
Binary 1110101 1011 10111010 100101 1011110 0 11011 100010100 1011001 100111

Color Harmonies of #750BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750BBA

Black with #750BBA

Text Example


Text Example

White with #750BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,11,186); }

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

background-color css

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

 a { background-color: rgb(117,11,186); }

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

border-color css

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

 span { border-color: rgb(117,11,186); }

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