Html Css Color HEX #7506BA Dark Violet

📋 copy color: '#7506BA'

red 117 ◦ green 6 ◦ blue 186

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

Shades of Dark Violet #7506BA

Tints of Dark Violet #7506BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

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

R = 37.86%
G = 1.94%
B = 60.19%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7506BA (or 0x7506BA) is known color: Dark Violet. HEX triplet: 75, 06 and BA. RGB value is (117,6,186). Sum of RGB (Red+Green+Blue) = 117+6+186=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #7506BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7506BA is #8AF945. Grayscale: #3B3B3B. Windows color (decimal): -9107782 or 12191349. OLE color: 12191349.

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

Color convert

RGB 117 6 186 -
CMYK 0.37 0.97 0 0.27
HSL 277º 0.94% 0.38% -
HSV(B) 277º 0.97% 0.73% -
XYZ 16.26 7.46 47.04 -
YUV 59.71 199.27 168.86 -
System Red Green Blue C M Y K H S L
Decimal 117 6 186 0.37 0.97 0 0.27 277 0.94 0.38
Hex 75 6 BA 25 61 0 1B 115 5E 26
Octal 165 6 272 45 141 0 33 425 136 46
Binary 1110101 110 10111010 100101 1100001 0 11011 100010101 1011110 100110

Color Harmonies of #7506BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7506BA

Black with #7506BA

Text Example


Text Example

White with #7506BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7506BA; }

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

 H1.HeaderClassName
 {
   color: #7506BA;
 }
 .AnyTagClassName
 {
   color: #7506BA;
 }
</style>

background-color css

<style>
 a { background-color: #7506BA; }

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

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

border-color css

<style>
 span { border-color: #7506BA; }

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

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